Access or assign the default selections for the plots in the App()
Source: R/aa_generics.R
, R/class_Boxplot.R
, R/class_Kobe.R
Defaults.Rd
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
Value
Returns a list object with default selections from the Defaults
slot of
Boxplot()
and Kobe()
objects.
Methods (by class)
Defaults(Boxplot)
: DefaultsCode
from aBoxplot-class()
objectDefaults(Boxplot) <- value
: AssignDefaults
to aBoxplot-class()
objectDefaults(Kobe)
: DefaultsCode
from aKobe-class()
objectDefaults(Kobe) <- value
: AssignDefaults
to aKobe-class()
object