| station.symbol {RadioSonde} | R Documentation |
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.
station.symbol(cx, cy, direction = 0, speed = 0, fill = 0,
color = "green", temp = NULL, press = NULL,
dewpt = NULL, circle = T, cex = 2)
Adds to a plot.
Doug Nychka, Eric Gilleland
getsonde,
plotsonde,
plotwind,
skewt.axis,
skewt.lines,
skewt.points
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)