plot_explain_edm_movie_save | R Documentation |
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.
plot_explain_edm_movie_save(
E_res,
pdf.filename = "explain_EDM_movie.pdf",
tstar = 39,
...
)
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()' |
saved pdf file with one page for each figure, that can become movie in Supp of primer manuscript.
Andrew Edwards
E_results <- pbsEDM_Evec(NY_lags_example$N_t)
plot_explain_edm_movie_save(E_results[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.