Access or assign TimeLab
in a Kobe
or Timeseries
object
TimeLab.Rd
Access or assign TimeLab
in a Kobe
or Timeseries
object
Usage
TimeLab(object, lang = "en")
TimeLab(object) <- value
# S4 method for class 'Kobe'
TimeLab(object, lang = "en")
# S4 method for class 'Kobe'
TimeLab(object) <- value
# S4 method for class 'Timeseries'
TimeLab(object, lang = "en")
# S4 method for class 'Timeseries'
TimeLab(object) <- value
Arguments
- object
A
Kobe-class()
or Timeseries object- lang
Optional text string specifying the language (if available). Either 'en', 'es', or 'fr' for English, Spanish, or French respectively
- value
A character string to assign to
TimeLab
inobject
.
Methods (by class)
TimeLab(Kobe)
: ReturnTimeLab
from aKobe-class()
objectTimeLab(Kobe) <- value
: AssignTimeLab
to aKobe-class()
objectTimeLab(Timeseries)
: ReturnTimeLab
from aTimeseries-class()
objectTimeLab(Timeseries) <- value
: AssignTimeLab
to aTimeseries-class()
object