theme_dartR {dartR.base} | R Documentation |
Default theme for dartR plots
Description
This is the theme used as default for dartR plots. This function controls all non-data display elements in the plots.
Usage
theme_dartR(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
Arguments
base_size |
base font size, given in pts. |
base_family |
base font family |
base_line_size |
base size for line elements |
base_rect_size |
base size for rect elements |
Value
a the standard dartR theme to be used in ggplots
See Also
Other environment:
gl.check.verbosity()
,
gl.check.wd()
,
gl.print.history()
,
gl.set.wd()
Examples
ggplot(data.frame(dummy=rnorm(1000)),aes(dummy)) +
geom_histogram(binwidth=0.1) + theme_dartR()
[Package dartR.base version 0.65 Index]