Usage
ggthemr(palette = "dust", layout = "clear", spacing = 1.6, text_size = 12, type = "inner", line_weight = 0.5, pos = 1, envir = as.environment(pos))
Arguments
palette
Colour scheme by name or ggtheme object.
layout
The layout of gridlines, axes etc.
spacing
A numeric value of how much space should exist on any given plot. Low values will result in more cramped plots, higher values will have more whitespace.
type
Set to 'inner' where the background colour should not extend past strictly the plot area (or "panel" in ggplot2 terminology). 'outer' will apply the background colour to the entire plot.
line_weight
The thickness of axes lines and gridlines. Useful for saving plots at different resolutions.
pos
Where the new scales are stored.
envir
The environment where the new scales are stored.