Access or assign Target
and Limit
for object of class Kobe
or Timeseries
Target.Rd
Access 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) <- value
Arguments
- object
A
Kobe-class()
orTimeseries()
class object- value
Value to assign to
Target
Methods (by class)
Limit(Kobe)
: ReturnLimit
from aKobe-class()
objectLimit(Kobe) <- value
: AssignLimit
to aKobe-class()
objectTarget(Kobe)
: ReturnTarget
from aKobe-class()
objectTarget(Kobe) <- value
: AssignTarget
to aKobe-class()
objectLimit(Timeseries)
: ReturnLimit
from aTimeseries-class()
objectLimit(Timeseries) <- value
: AssignLimit
to aTimeseries-class()
objectTarget(Timeseries)
: ReturnTarget
from aTimeseries-class()
objectTarget(Timeseries) <- value
: AssignTarget
to aTimeseries-class()
object