set_theme {scplot} | R Documentation |
Add a theme of to an scplot
Description
Possible themes are: 'basic', 'grid', 'default', 'small', 'tiny', 'big', 'minimal', 'dark', 'sienna', 'phase_color', 'phase_shade', 'grid2'
.
Usage
set_theme(object, theme, ...)
add_theme(...)
Arguments
object |
An scplot object (class |
theme |
A character string with a predefined graphical theme or a theme
object created with |
... |
Further character strings or |
Value
An object of class scplot
(seescplot()
) with a changed theme
element.
[Package scplot version 0.4.0 Index]