geom_hurricane: The geom_hurricane function aims to plot a new form of data...

Description Usage Arguments Value Examples

Description

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.

Usage

1
2
3
geom_hurricane(mapping = NULL, data = NULL, stat = "identity",
  position = "identity", na.rm = FALSE, show.legend = NA,
  inherit.aes = TRUE, ...)

Arguments

mapping

pirir

data

p irir

stat

pirir

na.rm

pirir

show.legend

pirir

inherit.aes

pirir

Value

The output of this geom will be a pie style of graphic varying the radius to show the intense of the wind speed.

Examples

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)

AndersonUyekita/JHU_Building_Data_Visualization_Tools documentation built on May 7, 2019, 11:11 a.m.