dim.procmod_frame: Dimensions of a ProcMod Frame.

Description Usage Arguments Author(s) Examples

View source: R/procmod_frame.R

Description

Dimension 1 is the number of rows (individus) shared by the aggregated matrices. Dimension 2 is the number of aggregated matrices

Usage

1
2
## S3 method for class 'procmod_frame'
dim(x)

Arguments

x

a procmod_frame object

Author(s)

Eric Coissac

Christelle Gonindard-Melodelima

Examples

1
2
3
4
5
# 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)

ProcMod documentation built on May 12, 2021, 9:08 a.m.