plot_rho_Evec: Plot rho versus 'E' for output from 'pbsEDM_Evec()'

View source: R/plotting.R

plot_rho_EvecR Documentation

Plot rho versus 'E' for output from 'pbsEDM_Evec()'

Description

Plot correlation coefficient against 'E'.

Usage

plot_rho_Evec(E_res, ...)

Arguments

E_res

List of 'pbsEDM' objects as output from 'pbsEDM_Evec()'

...

Extra arguments to pass to 'plot()'

Value

plot of rho versus E

Author(s)

Andrew Edwards

Examples


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()


luke-a-rogers/pbsedm documentation built on June 3, 2024, 5:20 a.m.