Skip to contents

Assign or access Preset for a valid object class

Usage

Preset(object)

Preset(object) <- value

# S4 method for Boxplot
Preset(object)

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

# S4 method for Kobe
Preset(object)

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

# S4 method for MPs
Preset(object)

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

# S4 method for OMs
Preset(object)

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

# S4 method for Quilt
Preset(object)

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

# S4 method for Tradeoff
Preset(object)

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

# S4 method for Timeseries
Preset(object)

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

# S4 method for Spider
Preset(object)

# S4 method for 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)