| FLCohort {FLCore} | R Documentation |
Method FLCohort
Description
Creator method for the FLCohort class.
Generic function
FLCohort(object)
Methods
- signature(object=FLQuant) :
- Creates a FLCohort object from a FLQuant object. It simply shifts the matrix so that cohorts instead of years are located in the columns (second dimensions) of the array.
Author(s)
The FLR Team
See Also
FLCohort-class
Examples
flq <- catch.n(ple4)
flc <- FLCohort(flq)
dimnames(flc)
dim(flc)
# compare with the original FLQuant dimensions
dim(flq)
[Package
FLCore version 2.2
Index]