Description Usage Arguments Details Value
Creates a county choropleth map customized for displaying hurricane exposure. This function is used as a helper function within other mapping functions in the package.
1 2 3 4 5 6 | hurr_choropleth(
map_data,
metric = "distance",
wind_var = "vmax_sust",
wind_source = "modeled"
)
|
map_data |
A dataframe with columns with FIPS numbers (in numeric
class) for all counties in the eastern US ( |
metric |
Character string giving the metric to plot. Current options are
|
wind_var |
A character string giving the wind variable to use. Choices
are |
wind_source |
A character string specifying the source to use for the winds. Options
are |
The function only maps counties in states likely to be exposed to Atlantic basin tropical storms.
A ggplot
object with a map of hurricane exposure in eastern
US counties
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.