flc2flq-methods: Coerce "FLCohort" to "FLQuant"

Description Generic Function Methods See Also Examples

Description

This method coerces "FLCohort" objects into "FLQuant" objects.

Generic Function

Usage

flc2flq(object, ...)

Arguments:

\

\

object: "FLCohort" object

\

...: additional, optional arguments if requested

Value

"FLQuant" object

Methods

object="FLCohort"

Coerces "FLCohort" into "FLQuant".

See Also

FLQuant-class, FLCohort-class

Examples

1
2
3
4
data(ple4)
flc <- FLCohort(catch.n(ple4))
flq <- flc2flq(flc)
all.equal(flq, catch.n(ple4))

FLEDA documentation built on May 2, 2019, 5:26 p.m.