Description Usage Arguments Value
View source: R/geom_hurricane.R
Storm center and wind radius conversion to a set of arc points
1 2 3 | hurricane_geocode(storm_data, x = "longitude", y = "latitude",
r = "wind_radius", quadrant = "quadrant", wind_speed = "wind_speed",
arcRes = 1)
|
storm_data |
Data set from tidy_tracks. |
x |
longitude coordinate of the eye of the hurricanes. |
y |
Latituted coordinate of the eye of the hurricanes. |
r |
Farthest distance for which the wind speed was recorded. |
quadrant |
spatial quadrants on a map (ne, se, sw, and nw) . |
wind_speed |
Wind speed measure. |
arcRes |
Angular degrees' |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.