| FLCohort {FLCore} | R Documentation |
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.
array.character signature(x=FLCohort,i=ANY,j=ANY,drop=missing) signature(x=FLCohort,row.names=ANY,optional=ANY) signature(x=formula,data=FLCohort) signature(x=formula,data=FLCohort) signature(object=missing) signature(object=FLQuant) signature(x=FLCohort,y=ANY) signature(object=missing) signature(object=missing) signature(x=missing) signature(x=FLCohort,value=character) 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
data(ple4) flq <- catch.n(ple4) flc <- FLCohort(flq) plot(trim(flc, cohort=1960:2000))