PlotAtm.lin {AtmRay} | R Documentation |
Makes a plot showing effective sound speed structure.
PlotAtm.lin(ATM, zlim = c(0, 100), winddir = 90, col = sky.colors(500), TOPO = NULL)
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 |
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'.
None; plot side effects only.
Jake Anderson
ATM = CheckAtm.lin() PlotAtm.lin(ATM)