plot_rho_Evec | R Documentation |
Plot correlation coefficient against 'E'.
plot_rho_Evec(E_res, ...)
E_res |
List of 'pbsEDM' objects as output from 'pbsEDM_Evec()' |
... |
Extra arguments to pass to 'plot()' |
plot of rho versus E
Andrew Edwards
E_results_17 <- pbsEDM_Evec(NY_lags_example$N_t,
E_vec = 1:16) # go up to E=17
postscript("rho_Evec.eps",
height = 4.5,
width = 4.5,
horizontal=FALSE,
paper="special")
plot_rho_Evec(E_results_17)
dev.off()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.