PlotAtm.lin: Plot Linear Atmosphere

Description Usage Arguments Details Value Author(s) Examples

View source: R/PlotAtm.lin.R

Description

Makes a plot showing effective sound speed structure.

Usage

1
2
3
PlotAtm.lin(ATM, zlim = c(0, 100), winddir = 90, col =
sky.colors(500),
TOPO = NULL)

Arguments

ATM

Linear Atmosphere

zlim

Height limits in plot

winddir

Direction of wind to plot

col

color vector, such as the output of heat.colors

TOPO

list containing vectors x and y, and matrix z, or NULL

Details

When plotting topography, an east-west cross-section where TOPO$y is zero is plotted. TOPO should be formatted as a potential input to functions like 'contour' or 'image'.

Value

None; plot side effects only.

Author(s)

Jake Anderson

Examples

1
2

AtmRay documentation built on May 2, 2019, 6:52 a.m.

Related to PlotAtm.lin in AtmRay...