| FLBiol {FLCore} | R Documentation |
Create FLBiol objects
Description
Constructor method for the FLBiol class
Arguments
- object
- An initial FLQuant only used for sizing.
- plusgroup
- The age/length to be considered as plusgroup.
- ...
- Extra objects to be allocated to given slots.
Generic function
FLBiol(object, ...)
Methods
- signature(object=missing) :
- Returns an
FLBiol using the first provided
argument of class FLQuant for object sizing, or FLQuant() if none given.
- signature(object=FLQuant) :
- Returns and
FLBiol that uses object for
sizing.
Author(s)
The FLR Team
See Also
FLComp
Examples
flb <- FLBiol(name="MAC", m=FLQuant(0.2, dimnames=list(age=1:10, year=1950:2005)))
summary(flb)
[Package
FLCore version 2.2
Index]