flc2flq-methods {FLEDA}R Documentation

Coerce "FLCohort" to "FLQuant"

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

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

[Package FLEDA version 1.3-2 Index]