Skip to contents

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(), or Tradeoff-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

Value

Returns character string or named list with the contents of the Code, Label, or Description slot of object

Details

Code, Label, and Description must all be equal length.

Multi-Language Support

Text with multi-language supported can be provided as a named list. Available languages:

  • en: English (default)

  • es: Spanish

  • fr: French

Methods (by class)