save_feature_plots: Save plots of individual features

View source: R/effect_plots.R

save_feature_plotsR Documentation

Save plots of individual features

Description

Helper function for saving plots of individual features to either one multi-page PDF or separate EMF figures

Usage

save_feature_plots(
  object,
  file_path,
  format,
  title,
  subtitle,
  text_base_size,
  plot_fun,
  ...
)

Arguments

plot_fun

a function with arguments: data frame from combined_data(object) feature id Should return a ggplot object for plotting

...

other arguments to plotting function


antonvsdata/notame documentation built on Sept. 14, 2024, 11:09 p.m.