Description Usage Arguments Value Examples
save_tmaps saves all plots in the environment tagged with the appropriate variable name, such as '_plot'
1 2  | save_tmaps(plot_dir = ".", extension = ".pdf", plot_tag = "_map",
  fig_width = 6, fig_height = 4)
 | 
plot_dir | 
 the directory to save plots  | 
extension | 
 the extension to save the plots as  | 
plot_tag | 
 the tag to identify what's a plot  | 
fig_width | 
 the height of the figure in inches  | 
fig_height | 
 the width of the figure in inches  | 
saved plots
1  | save_tmaps(plot_dir = 'results/')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.