FLQuants {FLCore}R Documentation

Method FLQuants

Description

Method for creating an object of class FLQuants.

Generic function

FLQuants(object)

Methods

signature(object=ANY) :
Returns an FLQuants object with the given named elements
signature(object=missing) :
Returns an FLQuants object
signature(object=list) :
Returns an FLQuants object with the provided list as its core

Author(s)

The FLR Team

See Also

FLQuants-class, FLlst-class, FLQuant-class,

Examples

flq <- FLQuant(1:10)
FLQuants(a=flq, b=flq)

[Package FLCore version 2.2 Index]