FLBiol-class {FLCore} | R Documentation |
A class to represent a biological population
Objects can be created by calls of the form new("FLBiol", ...)
.
name
:"character"
desc
:"character"
range
:"numeric"
n
:"FLQuant"
m
:"FLQuant"
wt
:"FLQuant"
fec
:"FLQuant"
spwn
:"FLQuant"
signature(object = "FLBiol")
: Why should you code a as
function for a class that you want to coerce to ?signature(object = "FLBiol")
: Check if an object is of class FLBiol
.signature(FLBiol,list,function)
: Usual apply function.signature(FLBiol,list,function)
: Usual plot function.signature(FLBiol)
: Set units of your objects.signature(FLBiol)
: Summary of the object.signature(FLBiol)
: Transform of the object.signature(FLBiol)
: Transform of the object.FLR Team