FLArray-class: Class FLArray

Description Slots Extends Methods Author(s) See Also

Description

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

Slots

.Data

Internal S4 data representation, of class array.

units

The data units in some understandable metric, as a character vector.

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(methods) :

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, FLCohort


FLCore documentation built on May 2, 2019, 5:46 p.m.