Assign or access RefPoints
for a valid object class
RefPoints.Rd
Assign or access RefPoints
for a valid object class
Usage
RefPoints(object)
RefPoints(object) <- value
# S4 method for class 'Timeseries'
RefPoints(object)
# S4 method for class 'Timeseries'
RefPoints(object) <- value
Arguments
- object
An object of class
Timeseries-class()
- value
A
list
, formatted to match the class ofobject
. See the documentation for correspondingobject
class for more details.
Methods (by class)
RefPoints(Timeseries)
: ReturnRefPoints
from aTimeseries-class()
objectRefPoints(Timeseries) <- value
: AssignRefPoints
to aTimeseries-class()
object