| quant {FLCore} | R Documentation |
Function to get or set the name of first dimension (quant) in an object of class FLQuant or FLCohort.
quant(object) quant<-(object,value)
FLQuant object.FLCohort object.FLQuant object.The FLR Team
# quant is 'quant' by default quant(FLQuant()) flq <- FLQuant(rnorm(80), dim=c(4,20), quant='age') quant(flq) quant(flq) <- 'length' summary(flq)