piczoeppritz: Show Scattering Diagram Cartoon

piczoeppritzR Documentation

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

Arguments

LL

Bounds of Box for plotting

chincw

character for incident wave

Details

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

Value

Graphical side effect.

Author(s)

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

See Also

pzoeppritz

Examples

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


zoeppritz documentation built on Aug. 19, 2023, 5:13 p.m.