dim.procmod_frame {ProcMod} | R Documentation |
Dimensions of a ProcMod Frame.
Description
Dimension 1 is the number of rows (individus) shared by the aggregated matrices. Dimension 2 is the number of aggregated matrices
Usage
## S3 method for class 'procmod_frame'
dim(x)
Arguments
x |
a |
Author(s)
Eric Coissac
Christelle Gonindard-Melodelima
Examples
# 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)
[Package ProcMod version 1.0.8 Index]