Get the vertices of each item in a design matrix.
Usage
get_vertices(design_matrix)
Arguments
- design_matrix
A matrix representing the design
Value
Named list containing:
Examples
design_matrix <- matrix(c(1, 2, 2, 1, 3, 2, 1, 3, 3), nrow = 3, ncol = 3)
vertices <- get_vertices(design_matrix)