Learn R Programming

AtmRay (version 1.31)

PlotAtm.lin: Plot Linear Atmosphere

Description

Makes a plot showing effective sound speed structure.

Usage

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

Value

None; plot side effects only.

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'.

Examples

Run this code
ATM = CheckAtm.lin()
PlotAtm.lin(ATM)

Run the code above in your browser using DataLab