Return Code, Label, Description and other information from an object
Source: R/aa_generics.R, R/class_Boxplot.R, R/class_Kobe.R, and 6 more
Metadata.RdReturn Code, Label, Description and other information from an object
Usage
Metadata(object, lang = "en")
Metadata(object) <- value
# S4 method for class 'Boxplot'
Metadata(object, lang = "en")
# S4 method for class 'Boxplot'
Metadata(object) <- value
# S4 method for class 'Kobe'
Metadata(object, lang = "en")
# S4 method for class 'Kobe'
Metadata(object) <- value
# S4 method for class 'MPs'
Metadata(object, lang = "en")
# S4 method for class 'MPs'
Metadata(object) <- value
# S4 method for class 'Quilt'
Metadata(object, lang = "en")
# S4 method for class 'Quilt'
Metadata(object) <- value
# S4 method for class 'Tradeoff'
Metadata(object, lang = "en")
# S4 method for class 'Tradeoff'
Metadata(object) <- value
# S4 method for class 'Timeseries'
Metadata(object, lang = "en")
# S4 method for class 'Timeseries'
Metadata(object) <- value
# S4 method for class 'Spider'
Metadata(object, lang = "en")
# S4 method for class 'Spider'
Metadata(object) <- value
# S4 method for class 'Slick'
Metadata(object, lang = "en")Arguments
- object
A
Slick-class(),MPs-class(),Boxplot-class(),Kobe-class(),Quilt-class(),Spider-class(),Timeseries-class(), orTradeoff-class()object- lang
Optional text string specifying the language (if available). Either 'en', 'es', 'fr', or 'pt' for English, Spanish, French, or Portuguese respectively
- value
Replacement value for
Metadata()in the correspondingobject. See help documentation for the relevant object class for details.
Methods (by class)
Metadata(Boxplot): Return Metadata forBoxplot-class()objectsMetadata(Boxplot) <- value: Assign Metadata forBoxplot-class()objectsMetadata(Kobe): Return Metadata forKobe-class()objectsMetadata(Kobe) <- value: Assign Metadata forKobe-class()objectsMetadata(MPs): Return Metadata forMPs-class()objectsMetadata(MPs) <- value: Assign Metadata forMPs-class()objectsMetadata(Quilt): Return Metadata forQuilt-class()objectsMetadata(Quilt) <- value: Assign Metadata forQuilt-class()objectsMetadata(Tradeoff): Return Metadata forTradeoff-class()objectsMetadata(Tradeoff) <- value: Assign Metadata forTradeoff-class()objectsMetadata(Timeseries): Return Metadata forTimeseries-class()objectsMetadata(Timeseries) <- value: Assign Metadata forTimeseries-class()objectsMetadata(Spider): Return Metadata forSpider-class()objectsMetadata(Spider) <- value: Assign Metadata forSpider-class()objectsMetadata(Slick): ReturnAuthor,Email, andInstitutionfromSlick()objects