| FLCatches {FLCore} | R Documentation |
Method FLCatches
Description
Creator method for FLCatches object
Generic function
FLCatches(object)
Methods
- signature(object=ANY) :
- create a FLMetiers object from a set of FLMetier objects
- signature(object=missing) :
- create a FLMetiers object as a void list for future use
- signature(object=list) :
- create a FLMetiers object from a list of FLMetier objects
Author(s)
The FLR Team
See Also
FLCatch FLComp
Examples
catch1 <- FLCatch(name='catch1')
catch2 <- FLCatch(name='catch2')
lst.catches <- FLCatches(catch1,catch2)
summary(lst.catches)
lapply(lst.catches,summary)
[Package
FLCore version 2.2
Index]