Skip to contents

Access or assign the default selections for the plots in the App()

Usage

Defaults(object)

Defaults(object) <- value

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

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

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

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

Arguments

object

A Boxplot() or Kobe() object

value

A list of default selections for the App()

Value

Returns a list object with default selections from the Defaults slot of Boxplot() and Kobe() objects.

Methods (by class)