plot_pbsEDM_Evec | R Documentation |
Plots time series of 'N_t' and 'Y_t', 2d phase plots of 'N_t' vs 'N_t-1' and 'Y_t' vs 'Y_t-1', and 3d phase plot of 'Y_t' vs 'Y_t-1' vs 'Y_t-2'. Sixth panel shows predictions vs observations for different values of 'E'. See vignette "Analyse a simple time series" for full details.
plot_pbsEDM_Evec(E_res, ...)
E_res |
List of 'pbsEDM' objects as output from 'pbsEDM_Evec()' |
... |
extra arguments to 'plot.pbsEDM()', such as label.cex |
Six-panel figure in current plot environment
Andrew Edwards
aa_Evec <- pbsEDM_Evec(NY_lags_example$N_t)
plot_pbsEDM_Evec(aa_Evec, portrait = FALSE)
# For manuscript figures:
E_results <- pbsEDM_Evec(NY_lags_example$N_t)
postscript("six_panels_all.eps",
height = 5.36,
width = 9,
horizontal=FALSE,
paper="special")
plot_pbsEDM_Evec(E_results,
last.time.to.plot = NULL, # to automatically plot all
portrait = FALSE)
dev.off()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.