Access or assign Code
, Label
, and Description
for a valid object class
Code.Rd
Access or assign Code
, Label
, and Description
for a valid object class
Usage
Code(object, lang = "en")
Code(object) <- value
Description(object, lang = "en")
Description(object) <- value
Label(object, lang = "en")
Label(object) <- value
# S4 method for class 'Boxplot'
Code(object, lang = "en")
# S4 method for class 'Boxplot'
Code(object) <- value
# S4 method for class 'Boxplot'
Description(object, lang = "en")
# S4 method for class 'Boxplot'
Label(object, lang = "en")
# S4 method for class 'Boxplot'
Label(object) <- value
# S4 method for class 'Boxplot'
Description(object) <- value
# S4 method for class 'Kobe'
Code(object, lang = "en")
# S4 method for class 'Kobe'
Code(object) <- value
# S4 method for class 'Kobe'
Description(object, lang = "en")
# S4 method for class 'Kobe'
Description(object) <- value
# S4 method for class 'Kobe'
Label(object, lang = "en")
# S4 method for class 'Kobe'
Label(object) <- value
# S4 method for class 'MPs'
Code(object, lang = "en")
# S4 method for class 'MPs'
Code(object) <- value
# S4 method for class 'MPs'
Label(object, lang = "en")
# S4 method for class 'MPs'
Label(object) <- value
# S4 method for class 'MPs'
Description(object, lang = "en")
# S4 method for class 'MPs'
Description(object) <- value
# S4 method for class 'Quilt'
Code(object, lang = "en")
# S4 method for class 'Quilt'
Code(object) <- value
# S4 method for class 'Quilt'
Description(object, lang = "en")
# S4 method for class 'Quilt'
Description(object) <- value
# S4 method for class 'Quilt'
Label(object, lang = "en")
# S4 method for class 'Quilt'
Label(object) <- value
# S4 method for class 'Tradeoff'
Code(object, lang = "en")
# S4 method for class 'Tradeoff'
Code(object) <- value
# S4 method for class 'Tradeoff'
Description(object, lang = "en")
# S4 method for class 'Tradeoff'
Description(object) <- value
# S4 method for class 'Tradeoff'
Label(object, lang = "en")
# S4 method for class 'Tradeoff'
Label(object) <- value
# S4 method for class 'Timeseries'
Code(object, lang = "en")
# S4 method for class 'Timeseries'
Code(object) <- value
# S4 method for class 'Timeseries'
Description(object, lang = "en")
# S4 method for class 'Timeseries'
Description(object) <- value
# S4 method for class 'Timeseries'
Label(object, lang = "en")
# S4 method for class 'Timeseries'
Label(object) <- value
# S4 method for class 'Spider'
Code(object, lang = "en")
# S4 method for class 'Spider'
Code(object) <- value
# S4 method for class 'Spider'
Description(object, lang = "en")
# S4 method for class 'Spider'
Description(object) <- value
# S4 method for class 'Spider'
Label(object, lang = "en")
# S4 method for class 'Spider'
Label(object) <- value
Arguments
- object
An object of class
MPs-class()
,Boxplot-class()
,Kobe-class()
,Quilt-class()
,Spider-class()
,Timeseries-class()
, orTradeoff-class()
- lang
Optional text string specifying the language (if available). Either 'en', 'es', or 'fr' for English, Spanish, or French respectively
- value
A character vector or a named list for multi-language support
Methods (by class)
Code(Boxplot)
: ReturnCode
from aBoxplot-class()
objectCode(Boxplot) <- value
: AssignCode
to aBoxplot-class()
objectDescription(Boxplot)
: ReturnDescription
from aBoxplot-class()
objectLabel(Boxplot)
: ReturnLabel
from aBoxplot-class()
objectLabel(Boxplot) <- value
: AssignLabel
to aBoxplot-class()
objectDescription(Boxplot) <- value
: AssignDescription
to aBoxplot-class()
objectCode(Kobe)
: ReturnCode
from aKobe-class()
objectCode(Kobe) <- value
: AssignCode
to aKobe-class()
objectDescription(Kobe)
: ReturnDescription
from aKobe-class()
objectDescription(Kobe) <- value
: AssignDescription
to aKobe-class()
objectLabel(Kobe)
: ReturnLabel
from aKobe-class()
objectLabel(Kobe) <- value
: AssignLabel
to aKobe-class()
objectCode(MPs)
: ReturnCode
from aMPs-class()
objectCode(MPs) <- value
: AssignCode
to aMPs-class()
objectLabel(MPs)
: ReturnLabel
from aMPs-class()
objectLabel(MPs) <- value
: AssignLabel
to aMPs-class()
objectDescription(MPs)
: ReturnDescription
from aMPs-class()
objectDescription(MPs) <- value
: AssignDescription
to aMPs-class()
objectCode(Quilt)
: ReturnCode
from aQuilt-class()
objectCode(Quilt) <- value
: AssignCode
to aQuilt-class()
objectDescription(Quilt)
: ReturnDescription
from aQuilt-class()
objectDescription(Quilt) <- value
: AssignDescription
to aQuilt-class()
objectLabel(Quilt)
: ReturnLabel
from aQuilt-class()
objectLabel(Quilt) <- value
: AssignLabel
to aQuilt-class()
objectCode(Tradeoff)
: ReturnCode
from aTradeoff-class()
objectCode(Tradeoff) <- value
: AssignCode
to aTradeoff-class()
objectDescription(Tradeoff)
: ReturnDescription
from aTradeoff-class()
objectDescription(Tradeoff) <- value
: AssignDescription
to aTradeoff-class()
objectLabel(Tradeoff)
: ReturnLabel
from aTradeoff-class()
objectLabel(Tradeoff) <- value
: AssignLabel
to aTradeoff-class()
objectCode(Timeseries)
: ReturnCode
from aTimeseries-class()
objectCode(Timeseries) <- value
: AssignCode
to aTimeseries-class()
objectDescription(Timeseries)
: ReturnDescription
from aTimeseries-class()
objectDescription(Timeseries) <- value
: AssignDescription
to aTimeseries-class()
objectLabel(Timeseries)
: ReturnLabel
from aTimeseries-class()
objectLabel(Timeseries) <- value
: AssignLabel
to aTimeseries-class()
objectCode(Spider)
: ReturnCode
from aSpider-class()
objectCode(Spider) <- value
: AssignCode
to aSpider-class()
objectDescription(Spider)
: ReturnDescription
from aSpider-class()
objectDescription(Spider) <- value
: AssignDescription
to aSpider-class()
objectLabel(Spider)
: ReturnLabel
from aSpider-class()
objectLabel(Spider) <- value
: AssignLabel
to aSpider-class()
object
See also
Label()
, Description()
, MPs-class()
, Boxplot-class()
,
Kobe-class()
, Quilt-class()
, Spider-class()
,
Timeseries-class()
, Tradeoff-class()