save_tmaps: save_tmaps saves all plots in the environment tagged with the...

Description Usage Arguments Value Examples

Description

save_tmaps saves all plots in the environment tagged with the appropriate variable name, such as '_plot'

Usage

1
2
save_tmaps(plot_dir = ".", extension = ".pdf", plot_tag = "_map",
  fig_width = 6, fig_height = 4)

Arguments

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

Value

saved plots

Examples

1
save_tmaps(plot_dir = 'results/')

DanOvando/demons documentation built on May 6, 2019, 1:22 p.m.