basicPlotFormat.Rd
Plot formatting for presentation and publication
basicPlotFormat(
p,
theme_overall = "bw",
base_size = 8,
legend.position = "top",
x.text.blank = F,
y.text.blank = F,
axis.title.bold = T,
legend.title.bold = T,
axis.title.x.blank = F,
axis.title.y.blank = F,
legend.title.blank = F,
legend.spacing.x = 0,
legend.key.spacing = 0,
legend.key.spacing.y = 0,
legend.box.margin = 0,
legend.box.spacing = 0,
legend.key.size = 8
)
A ggplot2 object.
Theme of p.
base_size of theme.
Legend position.
Logical. Set x axis text to blank.
Logical. Set y axis text to blank.
Logical. Set title to be bold.
Logical. Set legend title to be bold.
Logical. Set x axis title to be bold.
Logical. Set y axis title to be bold.
Logical. Set legend title to be blank.
Legend spacing.
Legend key spacing.
Legend key spacing on vertical direction.
Legend box margin.
Legend box spacing.,
Legend key size.
A ggplot2 object.