| FLMetier {FLCore} | R Documentation |
Method FLMetier
Description
The FLMetier constructor method allows creation of new FLMetier objects
from either a FLQuant, a FLCatch or a FLCatches object.
Generic function
FLMetier(catches)
Methods
- signature(catches=FLCatch) :
- Creates a FLMetier object from a FLCatch object.
- signature(catches=FLCatches) :
- Creates a FLMetier object from a FLCatches object.
- signature(catches=FLQuant) :
- Creates a FLMetier object from a FLQuant object.
- signature(catches=missing) :
- Creates a FLMetier from scratch
Author(s)
The FLR Team
See Also
FLComp
Examples
flq <- FLQuant(rnorm(8),dim=c(2,2,1,1,1,2))
mycatch <- FLCatch(name="YFT",landings.wt=flq) #creates a FLCatch object
mymetier <- FLMetier(mycatch)
[Package
FLCore version 2.2
Index]