dim.procmod_frame {ProcMod} | R Documentation |
Dimension 1 is the number of rows (individus) shared by the aggregated matrices. Dimension 2 is the number of aggregated matrices
## S3 method for class 'procmod_frame'
dim(x)
x |
a |
Eric Coissac
Christelle Gonindard-Melodelima
# Builds a procmod_frame with two random matrices
m1 <- simulate_matrix(10,20)
m2 <- simulate_matrix(10,30)
pmf <- procmod_frame(m1 = m1, m2 = m2)
dim(pmf)