Learn R Programming

sjPlot (version 2.0.0)

save_plot: Save ggplot-figure for print publication

Description

Convenient function to save the last ggplot-figure in high quality for publication.

Usage

save_plot(filename, fig = ggplot2::last_plot(), width = 12, height = 9,
  dpi = 300, theme = "forestw", label.size = 2.4, axis.textsize = 0.8,
  axis.titlesize = 0.75, legend.textsize = 0.5, legend.titlesize = 0.6)

Arguments