Description Usage Arguments Note
The wrapper is just to plot the object. See ggplot2
package documenation
for more specifics on geom_* and layer_* functions.
1 2 3 |
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
stat |
The statistical transformation to use on the data for this layer, as a string. |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
... |
other arguments passed on to |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
arc_step |
This regulates the resolution of the arcs in the wind_radii
graph. See |
scale_radii |
This is per the assignemnt instructions to implement a way to scale the radius size. I'm honestly not sure why you would want to reduce all the radii to 80 I'm actually concerned this misrepresents the data since it appears that for a given region near the eye, the wind speeds are slower than what the data records. |
It is possible to overwrite the color scale of the wind radius bands,
IT IS NOT possible, nor practical, to set a fill nor color in the aes()
call. These are used internally to geom_hurricane to propely design the chart.
Overriding these values are going to unexpected results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.