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.

Methods (by class)