hurricane_geocode: hurricane_geocode

Description Usage Arguments Value

View source: R/geom_hurricane.R

Description

Storm center and wind radius conversion to a set of arc points

Usage

1
2
3
hurricane_geocode(storm_data, x = "longitude", y = "latitude",
  r = "wind_radius", quadrant = "quadrant", wind_speed = "wind_speed",
  arcRes = 1)

Arguments

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'

Value

A data.frame.


DYZI/Hurricane documentation built on May 3, 2019, 8:33 p.m.