plot_explain_edm_all_tstar_movie_save | R Documentation |
Creates a single .pdf with one frame for each figure (value of tstar), included as a pausable movie of Supp pdf for primer manuscript.
plot_explain_edm_all_tstar_movie_save(
E_res,
pdf.filename = "explain_EDM_all_tstar_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_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_all_tstar_movie_save(E_results[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.