plotzoeppritz {zoeppritz} | R Documentation |
Plot Scattering (Zoeppritz) Coefficients
plotzoeppritz(A, zoepcols = c("red", "green", "blue", "purple"), zoeplty = c(1, 1, 1, 1))
A |
list output of pzoeppritz or zoeppritz |
zoepcols |
vector of 4 colors |
zoeplty |
vector of 4 line types |
Used to plot the matrix of scattering coefficients with different colros and/or line types.
Graphical side effects.
Jonathan M. Lees<jonathan.lees@unc.edu>
zoeppritz, pzoeppritz, piczoeppritz
alpha1 = 4.98 beta1 = 2.9 rho1 = 2.667 alpha2 = 8.0 beta2 = 4.6 rho2 = 3.38 ############### create the scattering matrix: App = pzoeppritz( "Amplitude" , alpha1, alpha2, beta1, beta2, rho1 ,rho2, "P", "NONE"); ######### plot plotzoeppritz(App)