plot_explain_edm_save: Create and save encapsulated postscript file for manuscript...

plot_explain_edm_saveR Documentation

Create and save encapsulated postscript file for manuscript to explain EDM.

Description

Create and save encapsulated postscript file for manuscript to explain EDM.

Usage

plot_explain_edm_save(E_res, eps.filename = "explain_EDM.eps", tstar = 39)

Arguments

E_res

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

eps.filename

filename to save to

tstar

focal point to make projection from

Value

saved .eps file to use in manuscript.

Author(s)

Andrew Edwards

Examples


# For manuscript:
E_results <- pbsEDM_Evec(NY_lags_example$N_t)
plot_explain_edm_save(E_results[[1]])


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