Set default selections for the plots in the App()
Defaults.Rd
Set 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 plot object
- value
A list of default selections for the
App()
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