plotzoeppritz {zoeppritz} | R Documentation |
Plot Scattering (Zoeppritz) Coefficients
Description
Plot Scattering (Zoeppritz) Coefficients
Usage
plotzoeppritz(A, zoepcols = c("red", "green", "blue", "purple"), zoeplty = c(1, 1, 1, 1))
Arguments
A |
list output of pzoeppritz or zoeppritz |
zoepcols |
vector of 4 colors |
zoeplty |
vector of 4 line types |
Details
Used to plot the matrix of scattering coefficients with different colros and/or line types.
Value
Graphical side effects.
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
zoeppritz, pzoeppritz, piczoeppritz
Examples
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)
[Package zoeppritz version 1.0-9 Index]