range: Method range

Description Generic function Methods Author(s) See Also Examples

Description

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

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

1
2
3
4
5
6
7
8
# example FLStock
data(ple4)

range(ple4)

range(ple4, 'plusgroup')

range(ple4, 'plusgroup') <- 14

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