View source: R/sounding_wind.R
sounding_wind | R Documentation |
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, ...)
pressure |
pressure [hPa] |
ws |
wind speed [knots] |
ptop |
pressure top level [hPa] to be used for plotting wind speed. Valid options should be < 200 hPa (100 by default) |
yaxs |
logic. Whether to add labels to heights on Y lab |
... |
extra graphic arguments |
graphical representation of vertical wind speed profile
# load examplary dataset:
data("sounding_vienna")
attach(sounding_vienna)
sounding_wind(pressure = pressure, ws = ws, yaxs = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.