Skip to contents

Assign or access Preset for a valid object class

Usage

Preset(object)

Preset(object) <- value

# S4 method for class 'Boxplot'
Preset(object)

# S4 method for class 'Boxplot'
Preset(object) <- value

# S4 method for class 'Kobe'
Preset(object)

# S4 method for class 'Kobe'
Preset(object) <- value

# S4 method for class 'MPs'
Preset(object)

# S4 method for class 'MPs'
Preset(object) <- value

# S4 method for class 'OMs'
Preset(object)

# S4 method for class 'OMs'
Preset(object) <- value

# S4 method for class 'Quilt'
Preset(object)

# S4 method for class 'Quilt'
Preset(object) <- value

# S4 method for class 'Tradeoff'
Preset(object)

# S4 method for class 'Tradeoff'
Preset(object) <- value

# S4 method for class 'Timeseries'
Preset(object)

# S4 method for class 'Timeseries'
Preset(object) <- value

# S4 method for class 'Spider'
Preset(object)

# S4 method for class 'Spider'
Preset(object) <- value

Arguments

object

An object of class Boxplot-class(), Kobe-class(), Quilt-class(), Spider-class(), Timeseries-class(), or Tradeoff-class()

value

A list, formatted to match the class of object. See the documentation for corresponding object class for more details.

Value

Returns a list object from the Preset slot in object

Methods (by class)

  • Preset(Boxplot): Return Preset from a Boxplot-class() object

  • Preset(Boxplot) <- value: Assign Preset slot from a Boxplot-class() object

  • Preset(Kobe): Return Preset from a Kobe-class() object

  • Preset(Kobe) <- value: Assign Preset to a Kobe-class() object

  • Preset(MPs): Return Preset from a MPs-class() object

  • Preset(MPs) <- value: Assign Preset to a MPs-class() object

  • Preset(OMs): Return Preset from a OMs-class() object

    For backward compatibility, a legacy Preset (nested one-list-element-per- Factor format) is auto-converted to the current flat Design-row-index format on read. This isn't persisted back into object here; Update() does that permanently for a Slick object loaded via the app.

  • Preset(OMs) <- value: Assign Preset to an OMs-class() object

  • Preset(Quilt): Return Preset from a Quilt-class() object

  • Preset(Quilt) <- value: Assign Preset to a Quilt-class() object

  • Preset(Tradeoff): Return Preset from a Tradeoff-class() object

  • Preset(Tradeoff) <- value: Assign Preset to a Tradeoff-class() object

  • Preset(Timeseries): Return Preset from a Timeseries-class() object

  • Preset(Timeseries) <- value: Assign Preset to a Timeseries-class() object

  • Preset(Spider): Return Preset from a Spider-class() object

  • Preset(Spider) <- value: Assign Preset slot from a Spider-class() object