FLBiol-class {FLCore}R Documentation

Class FLBiol

Description

A class to represent a biological population

Objects from the Class

Objects can be created by calls of the form new("FLBiol", ...).

Slots

name:
Object of class "character"
desc:
Object of class "character"
range:
Object of class "numeric"
n:
Object of class "FLQuant"
m:
Object of class "FLQuant"
wt:
Object of class "FLQuant"
fec:
Object of class "FLQuant"
spwn:
Object of class "FLQuant"

Methods

as.FLBiol
signature(object = "FLBiol"): Why should you code a as function for a class that you want to coerce to ?
is.FLBiol
signature(object = "FLBiol"): Check if an object is of class FLBiol.
apply
signature(FLBiol,list,function): Usual apply function.
plot
signature(FLBiol,list,function): Usual plot function.
setunits
signature(FLBiol): Set units of your objects.
summary
signature(FLBiol): Summary of the object.
transform
signature(FLBiol): Transform of the object.
window
signature(FLBiol): Transform of the object.

Author(s)

FLR Team

See Also

FLBiols-class

Examples






[Package FLCore version 1.1 Index]