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.RdAccess 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) <- valueValue
Returns a list object with default selections from the Defaults slot of
Boxplot() and Kobe() objects.
Methods (by class)
Defaults(Boxplot): DefaultsCodefrom aBoxplot-class()objectDefaults(Boxplot) <- value: AssignDefaultsto aBoxplot-class()objectDefaults(Kobe): DefaultsCodefrom aKobe-class()objectDefaults(Kobe) <- value: AssignDefaultsto aKobe-class()object