Access or assign Code, Label, and Description for a valid object class
Source: R/aa_generics.R, R/class_Boxplot.R, R/class_Kobe.R, and 5 more
Code.RdAccess 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 'Boxplot'
Misc(object)
# S4 method for class 'Boxplot'
Misc(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 'Kobe'
Misc(object)
# S4 method for class 'Kobe'
Misc(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 'Quilt'
Misc(object)
# S4 method for class 'Quilt'
Misc(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'
Misc(object)
# S4 method for class 'Tradeoff'
Misc(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 'Timeseries'
Misc(object)
# S4 method for class 'Timeseries'
Misc(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
# S4 method for class 'Spider'
Misc(object)
# S4 method for class 'Spider'
Misc(object) <- valueArguments
- 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', 'fr', or 'pt' for English, Spanish, French, or Portuguese respectively
- value
A character vector or a named list for multi-language support
Value
Returns character string or named list with the contents of the Code,
Label, or Description slot of object
Methods (by class)
Code(Boxplot): ReturnCodefrom aBoxplot-class()objectCode(Boxplot) <- value: AssignCodeto aBoxplot-class()objectDescription(Boxplot): ReturnDescriptionfrom aBoxplot-class()objectLabel(Boxplot): ReturnLabelfrom aBoxplot-class()objectLabel(Boxplot) <- value: AssignLabelto aBoxplot-class()objectDescription(Boxplot) <- value: AssignDescriptionto aBoxplot-class()objectMisc(Boxplot): ReturnMiscfrom aBoxplot-class()objectMisc(Boxplot) <- value: AssignMiscto aBoxplot-class()objectCode(Kobe): ReturnCodefrom aKobe-class()objectCode(Kobe) <- value: AssignCodeto aKobe-class()objectDescription(Kobe): ReturnDescriptionfrom aKobe-class()objectDescription(Kobe) <- value: AssignDescriptionto aKobe-class()objectLabel(Kobe): ReturnLabelfrom aKobe-class()objectLabel(Kobe) <- value: AssignLabelto aKobe-class()objectMisc(Kobe): ReturnMiscfrom aKobe-class()objectMisc(Kobe) <- value: AssignMiscto aKobe-class()objectCode(MPs): ReturnCodefrom aMPs-class()objectCode(MPs) <- value: AssignCodeto aMPs-class()objectLabel(MPs): ReturnLabelfrom aMPs-class()objectLabel(MPs) <- value: AssignLabelto aMPs-class()objectDescription(MPs): ReturnDescriptionfrom aMPs-class()objectDescription(MPs) <- value: AssignDescriptionto aMPs-class()objectCode(Quilt): ReturnCodefrom aQuilt-class()objectCode(Quilt) <- value: AssignCodeto aQuilt-class()objectDescription(Quilt): ReturnDescriptionfrom aQuilt-class()objectDescription(Quilt) <- value: AssignDescriptionto aQuilt-class()objectLabel(Quilt): ReturnLabelfrom aQuilt-class()objectLabel(Quilt) <- value: AssignLabelto aQuilt-class()objectMisc(Quilt): ReturnMiscfrom aQuilt-class()objectMisc(Quilt) <- value: AssignMiscto aQuilt-class()objectCode(Tradeoff): ReturnCodefrom aTradeoff-class()objectCode(Tradeoff) <- value: AssignCodeto aTradeoff-class()objectDescription(Tradeoff): ReturnDescriptionfrom aTradeoff-class()objectDescription(Tradeoff) <- value: AssignDescriptionto aTradeoff-class()objectMisc(Tradeoff): ReturnMiscfrom aTradeoff-class()objectMisc(Tradeoff) <- value: AssignMiscto aTradeoff-class()objectLabel(Tradeoff): ReturnLabelfrom aTradeoff-class()objectLabel(Tradeoff) <- value: AssignLabelto aTradeoff-class()objectCode(Timeseries): ReturnCodefrom aTimeseries-class()objectCode(Timeseries) <- value: AssignCodeto aTimeseries-class()objectDescription(Timeseries): ReturnDescriptionfrom aTimeseries-class()objectDescription(Timeseries) <- value: AssignDescriptionto aTimeseries-class()objectLabel(Timeseries): ReturnLabelfrom aTimeseries-class()objectLabel(Timeseries) <- value: AssignLabelto aTimeseries-class()objectMisc(Timeseries): ReturnMiscfrom aTimeseries-class()objectMisc(Timeseries) <- value: AssignMiscto aTimeseries-class()objectCode(Spider): ReturnCodefrom aSpider-class()objectCode(Spider) <- value: AssignCodeto aSpider-class()objectDescription(Spider): ReturnDescriptionfrom aSpider-class()objectDescription(Spider) <- value: AssignDescriptionto aSpider-class()objectLabel(Spider): ReturnLabelfrom aSpider-class()objectLabel(Spider) <- value: AssignLabelto aSpider-class()objectMisc(Spider): ReturnMiscfrom aSpider-class()objectMisc(Spider) <- value: AssignMiscto aSpider-class()object
See also
Label(), Description(), MPs-class(), Boxplot-class(),
Kobe-class(), Quilt-class(), Spider-class(),
Timeseries-class(), Tradeoff-class()