mcf-methods {FLCore}R Documentation

Make compatible "FLQuant" objects

Description

This method gets a list of "FLQuant" and transforms their dims so that all of them will have the same dimensions, including "NA" for missing values, and outputs a "FLQuants" object.

Generic Function

Usage
mcf(object, ...)
Arguments:
object: list of "FLQuant" objects
...: additional, optional arguments if requested
Value
"FLQuants" object

Methods

object="list"
creates a "FLQuants" object from a list of "FLQuant" objects

See Also

FLQuant-class, FLQuants-class

Examples

data(ple4)
mcf(list(catch.n(ple4), landings.n(ple4), discards.n(ple4)))

[Package FLCore version 1.4-4 Index]