powered by
This is the theme used as default for dartR plots. This function controls all non-data display elements in the plots.
theme_dartR( base_size = 11, base_family = "", base_line_size = base_size/22, base_rect_size = base_size/22 )
base font size, given in pts.
base font family
base size for line elements
base size for rect elements
# NOT RUN { #ggplot(data.frame(dummy=rnorm(1000)),aes(dummy)) + #geom_histogram(binwidth=0.1) + theme_dartR() # }
Run the code above in your browser using DataLab