| flc2flq {FLCore} | R Documentation |
Coerces FLCohort objects into FLQuant objects. It's also implemented with seAs, to be used like as(flcobject, "FLQuant") and it will be deprecated in the near future.
flc2flq(object)
The FLR Team
data(ple4) flc <- FLCohort(catch.n(ple4)) flq <- flc2flq(flc) all.equal(flq, catch.n(ple4))