Description Usage Arguments Value
Creates a data.frame with points having (long, lat) as center, and the given wind radius. Points are created between the range of start and end degrees, scaled by the scale factor. This calculation uses geosphere::destPoint. Distance is scaled using 1852 and the scale factor.
1 | create_points(long, lat, start_deg, end_deg, radius, clr, fl, scale_factor)
|
long |
Longitude |
lat |
Latitude |
start_deg |
Starting degree |
end_deg |
Ending degree |
radius |
Maximum wind radius along that quadrant |
clr |
The color value to be used. |
scale_factor |
The scaling factor for recalibrating the distance |
A data.frame consisting of x (longitude), y (latitude), colour, fill
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.