Description Slots Extends Constructor Methods Author(s) See Also Examples
This is a class for the modelling of age/length or biomass structured populations.
It is in its structure a subset of the FLStock
class, but lacks
the harvesting information of that class. The slots are for mortality (natural or
otherwise), fecundity/maturity/per capita birth rates, numbers, weight and mortality
components before spawning/birthing period.
The non-accessor methods for this class calculate mature stock biomass/numbers of eggs/etc. and many life-history methods are available that calculate natural mortality (given certain information), the intrinsic rate of increase r (using various methods), or to apply a Leslie-transition matrix model for estimating the population dynamics.
for the numbers in the population. FLQuant
.
for the mortality rate of the population. FLQuant
.
for the weight of the population. FLQuant
.
for the fecundity/maturity/per capita birth rate. FLQuant
.
for the proportion of mortality before spawning/birth. FLQuant
.
name of the object. character
.
brief description of the object. character
.
range of the dimensions. numeric
.
FLComp
The FLBiol(object, ...)
constructor method allows simple creation of new FLBiol objects with the methods described below.
An initial FLQuant only used for sizing.
The age/length to be considered as plusgroup.
Extra objects to be allocated to given slots.
Coerces object ino an FLBiol
object.
signature(object=missing)
Coerces an FLBiol
into an FLSR
object.
signature(object=missing)
Describe method
signature(from=NULL,to=FLBiol,strict=missing)
Describe method
signature(from=FLBiol,to=FLStock,strict=missing)
Describe method
signature(from=FLStock,to=FLBiol,strict=missing)
accesses the fec
slot.
signature(object=missing)
replacement method for this slot.
signature(object=FLBiol,value=FLQuant)
applies a Leslie-transition matrix model for the FLBiol
object.
signature(object=FLBiol,value=FLBiol)
accesses the mortality slot.
signature(object=missing)
replacement method for this slot.
signature(object=FLBiol,value=FLQuant)
accesses the numbers slot.
signature(object=missing)
replacement method for this slot.
signature(object=FLBiol,value=FLQuant)
default plot method for FLBiol
.
signature(x=FLBiol,y=missing)
accesses the spwn
slot.
signature(object=missing)
replacement method for this slot.
signature(object=FLBiol,value=FLQuant)
calculates the spawning stock biomass.
signature(object=missing)
accesses the weight slot.
signature(object=missing)
replacement method for this slot.
signature(object=FLBiol,value=FLQuant)
calculates fbar
signature(object=FLBiol)
calculates harvest, as fishing mortality. The ratio of F between the plusgroup, if specified, and the previous age, fratio
, defaults to 1.
signature(object=FLBiol)
calculates catch by quant
signature(object=FLBiol)
The FLR Team
as.FLBiol, as.FLSR, coerce, fec, fec<-, m, m<-, n, n<-, plot, spwn, spwn<-, ssb, wt, wt<-, FLComp
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.