Description Usage Arguments Format Value
Creating a new class of Geom to specifies a number of attributes and functions that describe how data should be drawn on a plot.
1 |
GeomHurricane |
This is the Geom name created to perform my needs |
required_aes |
a character vector of required aesthetics |
default_aes |
default values for certain aesthetics |
draw_key |
a function used to draw the key in the legend |
draw_group |
Function used to manipulate the data |
An object of class GeomHurricane
(inherits from Geom
, ggproto
, gg
) of length 5.
The output of this geom will be a pie style of graphic varying the radius to show the intense of the wind speed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.