FLArray {FLCore}R Documentation

Class FLArray

Description

A basic class, extended by FLQuant-class and FLCohort-class. No objects of this class are created in FLCore, as it is used only for method inheritance.

Slots

.Data (array):
Internal S4 data representation.
units (character):
The data units in some understandable metric.

Extends

array matrix vector

Methods

[(base) :
Subset method
signature(x=FLArray,i=ANY,j=ANY,drop=missing)
[<-(base) :
Substitute elements
signature(x=FLArray,i=ANY,j=ANY,value=missing)
units(base) :
Extract the information about data units.
signature(x=FLArray)
units<-(base) :
Replace data units information.
signature(x=FLArray,value=character)
quant(FLCore) :
Extract the name of the first dimname.
signature(object=FLArray)
quant<-(FLCore) :
Modify the name of the first dimname.
signature(object=FLArray,value=character)
names(base) :
Returns a vector with the names of the elements in the dimnames list (the dimnames' names).
signature(x=FLArray)
iter(FLCore) :
Returns a single iter, subsetting along the sixth dimension
signature(object=FLArray, iter=numeric)
summary(base) :
Outputs a summary of the object contents
signature(object=FLArray)
show(methods) :
Standard display of an object contents
signature(object=FLArray)
trim(FLCore) :
Trim an object along any dimension
signature(x=FLArray)
expand(FLCore) :
Extend an object along any dimension
signature(x=FLArray)
Arith(base) :
Arithmetic operations on FLArray and numeric objects
signature(e1=FLQuant, e2=FLQuant)
as.data.frame(base) :
Convert to a data.frame with 7 columns
signature(x=FLArray,row.names=missing,optional=missing)

Author(s)

The FLR Team

See Also

FLQuant-class, FLCohort-class


[Package FLCore version 2.2 Index]