ggcharts_get_default_color {ggcharts} | R Documentation |
Get the Default Color for a ggcharts Theme
Description
Retrieve the color used by default for a given ggcharts
theme
Usage
ggcharts_get_default_color(theme)
Arguments
theme |
|
Value
The default color for the given theme as a character
Author(s)
Thomas Neitmann
Examples
ggcharts_get_default_color("theme_hermit")
ggcharts_get_default_color("theme_ng")
[Package ggcharts version 0.2.1 Index]