Description Usage Arguments Value Examples
The geom_hurricane function aims to plot a new form of data visualization, based on Wind Radius Speed this geom will plot a graphich with "rose" format which will represent the area of the wind speed. All plot must be created from a ggplot2 or ggmaps graphic.
1 2 3 |
mapping |
pirir |
data |
p irir |
stat |
pirir |
na.rm |
pirir |
show.legend |
pirir |
inherit.aes |
pirir |
The output of this geom will be a pie style of graphic varying the radius to show the intense of the wind speed.
1 2 3 4 5 6 7 8 9 | ## Not run: ggplot() + geom_hurricane(data, aes(x = longitude,
y = latitude,
r_ne = ne,
r_se = se,
r_nw = nw,
r_sw = sw,
fill = wind_speed,
color = wind_speed))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.