save_plot_with_fonts: Alternative to ggplot2::ggsave that embeds fonts

View source: R/plotting.R

save_plot_with_fontsR Documentation

Alternative to ggplot2::ggsave that embeds fonts

Description

Alternative to ggplot2::ggsave that embeds fonts

Usage

save_plot_with_fonts(plot, path, ...)

Arguments

plot

ggplot2 plot to save

path

character, path (relative to current directory)

...

other arguments passed to ggplot2::ggsave.

Value

path

Examples

if (interactive()) {
  save_plot_with_fonts(demo_theme_ku(), "test.pdf")
}

bvancilku/kubrand documentation built on July 26, 2022, 6:23 a.m.