| flc2flq-methods {FLEDA} | R Documentation |
This method coerces "FLCohort" objects into "FLQuant" objects.
object: "FLCohort" object...: additional, optional arguments if requested"FLQuant" object"FLCohort" into "FLQuant".data(ple4) flc <- FLCohort(catch.n(ple4)) flq <- flc2flq(flc) all.equal(flq, catch.n(ple4))