station.symbol {RadioSonde} R Documentation

Adds a meteorological surface station annotation to a plot.

Description

Adds a meteorological surface station annotation at the given coordinates. The annotation includes speed and direction of the wind, temperature, pressure, dewpoint ... to a given plot.

Usage

station.symbol(cx, cy, direction = 0, speed = 0, fill = 0, 
                color = "green", temp = NULL, press = NULL, 
                dewpt = NULL, circle = T, cex = 2)

Value

Adds to a plot.

Author(s)

Doug Nychka, Eric Gilleland

See Also

getsonde, plotsonde, plotwind, skewt.axis, skewt.lines, skewt.points

Examples

 plot(0:1, 0:1, type="n")
 station.symbol(0.5, 0.5, direction=75, speed=30, fill=3, 
                temp=31, press=987, dewpt=26)

[Package Contents]