Access or assign Target and Limit for object of class Kobe or Timeseries
Source: R/aa_generics.R, R/class_Kobe.R, R/class_Timeseries.R
Target.RdAccess or assign Target and Limit for object of class Kobe or Timeseries
Usage
Limit(object)
Limit(object) <- value
Target(object)
Target(object) <- value
# S4 method for class 'Kobe'
Limit(object)
# S4 method for class 'Kobe'
Limit(object) <- value
# S4 method for class 'Kobe'
Target(object)
# S4 method for class 'Kobe'
Target(object) <- value
# S4 method for class 'Timeseries'
Limit(object)
# S4 method for class 'Timeseries'
Limit(object) <- value
# S4 method for class 'Timeseries'
Target(object)
# S4 method for class 'Timeseries'
Target(object) <- valueArguments
- object
A
Kobe-class()orTimeseries()class object- value
Value to assign to
Target
Value
Returns a numeric vector with the contents of the Target or Limit
slots of Kobe() and
Timeseries() objects
Methods (by class)
Limit(Kobe): ReturnLimitfrom aKobe-class()objectLimit(Kobe) <- value: AssignLimitto aKobe-class()objectTarget(Kobe): ReturnTargetfrom aKobe-class()objectTarget(Kobe) <- value: AssignTargetto aKobe-class()objectLimit(Timeseries): ReturnLimitfrom aTimeseries-class()objectLimit(Timeseries) <- value: AssignLimitto aTimeseries-class()objectTarget(Timeseries): ReturnTargetfrom aTimeseries-class()objectTarget(Timeseries) <- value: AssignTargetto aTimeseries-class()object