mcf: Method mcf

Description Generic function Methods Author(s) See Also Examples

Description

This method makes FLQuants compatible with respect to their dimensionality. Hence, the FLQuants in the returned object all heve the same dimensions, padded with NAs if necessary

Generic function

mcf(object)

Methods

signature(object=FLComp) :

All FLQuants in an FLComp object are made compatible with respect to their dimensionality

signature(object=list) :

All FLQuants in an list are made compatible with respect to their dimensionality

Author(s)

The FLR Team

See Also

FLComp

Examples

1
2
3
4
5
fla <- FLQuant(rnorm(20), dim=c(2,10))
flb <- FLQuant(rnorm(45), dim=c(3,15))
fls <- FLQuants(a=fla, b=flb)
flc <- mcf(fls)
lapply(flc, dim)

FLCore documentation built on May 2, 2019, 5:46 p.m.