powered by
Function for plotting wind speed profile. Can be launched as standalone function or coupled with pre-drawn Skew-T diagram.
sounding_wind(pressure, ws, ptop = 100, yaxs = TRUE, ...)
graphical representation of vertical wind speed profile
pressure [hPa]
wind speed [knots]
pressure top level [hPa] to be used for plotting wind speed. Valid options should be < 200 hPa (100 by default)
logic. Whether to add labels to heights on Y lab
extra graphic arguments
# load examplary dataset: data("sounding_vienna") attach(sounding_vienna) sounding_wind(pressure = pressure, ws = ws, yaxs = TRUE)
Run the code above in your browser using DataLab