theme_miko.Rd
Custom themes applied to ggplot2-based plots.
theme_miko(
style = "bw",
legend = F,
grid = F,
bold.title = T,
center.title = F,
x.axis.rotation = 0,
fill.palette = NA,
color.palette = NA,
color.luminescence = NA,
fill.luminescence = NA
)
Choise of 'theme_classic' or 'theme_bw' called using 'classic' or 'bw', respectively. Default is 'bw'
Logical to include legend. Default is F.
Logical to include grid. Default is F.
Logical to bold title. Default is T.
Logical to center justify title. Default is F.
rotation angle (e.g., 45)
palette from ggthemes (e.g., "ptol"). Default is NA.
palette from ggthemes (e.g., "ptol"). Default is NA.
color luminescence, passed to `scale_color_hue()`.
fill luminescence, passed to `scale_fill_hue()`.
ggplot2 theme object