Description Slots Extends Constructor Methods Author(s) See Also Examples
This class represents cohorts in columns. It simply shifts the typical matrix representation where cohorts are found on the diagonals, into a matrix where cohorts are found in columns. It is very usefull for all analysis that want to make use of cohorts instead of years.
Internal S4 data representation. array.
The data units in some understandable metric. character
FLArray array
The FLCohort(object) constructor method allows simple creation of new FLCatch with the methods described below.
Creates a FLCohort object from a FLQuant object. It simply shifts the matrix so that cohorts instead of years are located in the columns (second dimensions) of the array.
Creates a FLCohort object from an array.
Creates a empty FLCohort object.
Subset method
signature(x=FLCohort,i=ANY,j=ANY,drop=missing)
Coerce to data.frame.
signature(x=FLCohort,row.names=ANY,optional=ANY)
Bubbles plot.
signature(x=formula,data=FLCohort)
Catch curves plot.
signature(x=formula,data=FLCohort)
Coerce to FLQuant (deprecated).
signature(object=missing)
Creator method based on FLQuant objects.
signature(object=FLQuant)
Simple plot
signature(x=FLCohort,y=ANY)
Extract the quant dimension definition.
signature(object=missing)
Subset based on limiting dimnames.
signature(object=missing)
Extract the information about data units.
signature(x=missing)
Replace data units information.
signature(x=FLCohort,value=character)
Lattice's xyplot method.
signature(x=formula,data=FLCohort)
The FLR Team
[, as.data.frame, bubbles, ccplot, FLCohort,FLQuant-method, flc2flq, plot, quant, trim, units, units<-,FLCohort,character-method, xyplot, array
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.