Assign or access RefPoints for a valid object class
Source: R/aa_generics.R, R/class_Timeseries.R
RefPoints.RdAssign 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) <- valueArguments
- object
An object of class
Timeseries-class()- value
A
list, formatted to match the class ofobject. See the documentation for correspondingobjectclass for more details.
Value
Returns a list object with the contents of the RefPoints slot
of Timeseries() objects
Methods (by class)
RefPoints(Timeseries): ReturnRefPointsfrom aTimeseries-class()objectRefPoints(Timeseries) <- value: AssignRefPointsto aTimeseries-class()object