View source: R/save_time_series_figure_from_list_data.R
save_time_series_figure_from_list_data | R Documentation |
save_time_series_figure_from_list_data
save_time_series_figure_from_list_data(
data,
out_dir,
out_prefix = NULL,
out_suffix = NULL,
scales = NULL,
nrow = NULL,
ncol = NULL,
width = NA,
height = NA,
units = "in"
)
data |
list data to create and save time series figure |
out_dir |
directory to save figures |
out_prefix |
prefix of figures to save (default: NULL) |
out_suffix |
suffix of figures to save (default: NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.