plot_pbsEDM_Evec_movie_save: Make pdf movie of six-panel figure to go into Supp pdf.

plot_pbsEDM_Evec_movie_saveR Documentation

Make pdf movie of six-panel figure to go into Supp pdf.

Description

Creates a single .pdf with one frame for each time step, which can be included as a pausable movie of Supp pdf for primer manuscript. See 'analyse_simple_time_series.Rmd' vignette for creating the similar .gif that is shown in the vignette.

Usage

plot_pbsEDM_Evec_movie_save(E_res, pdf.filename = "six_panel_movie.pdf", ...)

Arguments

E_res

List of 'pbsEDM' objects as output from 'pbsEDM_Evec()'

pdf.filename

filename to save to

...

extra arguments to pass to 'plot.pbsEDM()'

Value

saved pdf file with one page for each time step, that can become movie in Supp of primer manuscript.

Author(s)

Andrew Edwards

Examples


  E_results <- pbsEDM_Evec(NY_lags_example$N_t)
  plot_pbsEDM_Evec_movie_save(E_results)


luke-a-rogers/pbsedm documentation built on June 3, 2024, 5:20 a.m.