Skip to contents

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 in object.

Methods (by class)