plot_pbsEDM_Evec_movie_save | R Documentation |
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.
plot_pbsEDM_Evec_movie_save(E_res, pdf.filename = "six_panel_movie.pdf", ...)
E_res |
List of 'pbsEDM' objects as output from 'pbsEDM_Evec()' |
pdf.filename |
filename to save to |
... |
extra arguments to pass to 'plot.pbsEDM()' |
saved pdf file with one page for each time step, that can become movie in Supp of primer manuscript.
Andrew Edwards
E_results <- pbsEDM_Evec(NY_lags_example$N_t)
plot_pbsEDM_Evec_movie_save(E_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.