FLCohort-class {FLEDA} | R Documentation |
This class encapsulates information by cohort or year-classes. It is very similar to "FLQuant"
the major difference is the translation of the rows so that in each column (year
) there will be a cohort or year-class.
Objects of this classe should be created with a call to the creator function FLCohort(object, ...)
, where object
must be of class "FLQuant"
and ...
can be used to pass trim
arguments to the creator funtion.
.Data
:"array"
with age by year-class data.units
:"character"
with units.
Type showMethods(classes="FLCohort", where = "package:FLEDA", showEmpty=FALSE)
at the R prompt for a complete list of methods which are available for this class.
signature(x = "FLCohort", row.names = "missing", optional = "missing")
: Coerces "FLCohort"
into "data.frames"
.signature(x = "FLCohort")
: Subseting for "FLCohort"
.signature(x = "FLCohort")
: Default plot.signature(x = "formula", data = "FLCohort")
: Bubbles plots.signature(x = "formula", data = "FLCohort")
: Catch curves plot.signature(obj = "FLCohort")
: Coerces "FLCohort"
into "FLQUant"
.signature(object = "FLCohort")
: Extracts the quant
dimension's name.signature(obj = "FLCohort")
: Subseting "FLCohort"
based on dimnames.signature(object = "FLCohort")
: Extracts the units
.signature(object = "FLCohort", value="character")
: Units replacement method.data(ple4) flc <- FLCohort(catch.n(ple4)) plot(flc)