This function and its arguments are based upon arrange_plots
.
Instead of saving all the plots in a single pdf, this function saves the
plots individually in a directory. The usage is exactly the same as
arrange_plots
.
1 2 3 4 5 6 7 8 9 10 | save_indiv_plots(
grob_list,
save_dir,
grid_layout,
plot_width = 9,
plot_height = 9,
panel_label = NULL,
AP = list(highlight_font = list(fontface = "bold", fontsize = 40), font_fam =
"Arial")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.