Description Usage Arguments References Examples
Add a multi-sided polygon to a plot.
1 2 3 4 5 6 7 8 9 10 11 12 | addWindBarbs(
x,
y,
speed,
dir,
circleSize = 1,
circleFill = "transparent",
lineCol = 1,
extraBarbLength = 0,
barbSize = 1,
...
)
|
x |
vector of longitudes |
y |
vector of latitudes |
speed |
vector of wind speeds in knots |
dir |
wind directions in degrees clockwise from north |
circleSize |
size of the circle |
circleFill |
circle fill color |
lineCol |
line color (currently not supported) |
extraBarbLength |
add length to barbs |
barbSize |
size of the barb |
... |
additional arguments to be passed to |
https://commons.wikimedia.org/wiki/Wind_speed
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.