plot_explain_edm_movie_save: Make pdf movie of explain EDM figures to go into Supp pdf.

plot_explain_edm_movie_saveR Documentation

Make pdf movie of explain EDM figures to go into Supp pdf.

Description

Creates a single .pdf with one frame for each figure, 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_explain_edm_movie_save(
  E_res,
  pdf.filename = "explain_EDM_movie.pdf",
  tstar = 39,
  ...
)

Arguments

E_res

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

pdf.filename

filename to save to

tstar

focal point to make projection from

...

extra arguments to pass to 'plot_explain_edm_movie()'

Value

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

Author(s)

Andrew Edwards

Examples


  E_results <- pbsEDM_Evec(NY_lags_example$N_t)
  plot_explain_edm_movie_save(E_results[[1]])


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