Learn R Programming

zoeppritz (version 1.0-9)

piczoeppritz: Show Scattering Diagram Cartoon

Description

Adds a small diagram showing two layers and labeled scattered ray paths.

Usage

piczoeppritz(LL = list(x = c(0, 1), y = c(0, 1)), chincw = "P")

Value

Graphical side effect.

Arguments

LL

Bounds of Box for plotting

chincw

character for incident wave

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

This code simply adds a small cartoon showing incoming and outgoing waves in scattering matrix.

See Also

pzoeppritz

Examples

Run this code
plot(c(0,1), c(0,1), type='n')
piczoeppritz(LL = list(x = c(0.5, 0.75), y = c(0.5, 0.75)), chincw = "P")

Run the code above in your browser using DataLab