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 scplot) returned from the scplot() function.

theme

A character string with a predefined graphical theme or a theme object created with new_theme().

...

Further character strings or scplot-theme objects that are "added" on top.

Value

An object of class scplot (seescplot()) with a changed theme element.


[Package scplot version 0.4.0 Index]