save_feature_plots | R Documentation |
Helper function for saving plots of individual features to either one multi-page PDF or separate EMF figures
save_feature_plots(
object,
file_path,
format,
title,
subtitle,
text_base_size,
plot_fun,
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.