addWindBarb2 | R Documentation |
Add a wind barb to the plot. Used internally in addWindBarbs2
addWindBarb2(
x,
y,
speed,
dir,
extraBarbLength = 0,
barbSize = 1,
barbColor = "blue",
barbLocation = "zero",
...
)
x |
x-axis position |
y |
y-axis position |
speed |
wind speed in knots |
dir |
wind direction in degrees clockwise from north |
extraBarbLength |
add length to barbs |
barbSize |
size of the barb |
barbColor |
color of the barbs |
barbLocation |
starting location for the barb. Currently accepts 'point' or 'zero' |
... |
additional arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.