range {FLCore}R Documentation

Method range

Description

Extraction and modification of the range slot from objects of any class inheriting from FLComp-class.

Generic function

range(x, i) range<-(x, i, value)

Methods

signature(x=FLComp, i=missing) :
Returns the range slot.
signature(x=FLComp, i=character) :
Returns the selected element(s) from the range slot.

Author(s)

The FLR Team

See Also

FLComp

Examples

# example FLStock
data(ple4)

range(ple4)

range(ple4, 'plusgroup')

range(ple4, 'plusgroup') <- 14


[Package FLCore version 2.2 Index]