View source: R/plot_flood_warnings.R
plot_flood_warnings | R Documentation |
Plot flood warnings on a map
plot_flood_warnings( min_severity = 3, county = NULL, lat = NULL, long = NULL, dist = NULL, interactive = TRUE )
min_severity |
Return only warnings which at least as severe as this level. |
county |
Return only warnings applying to flood areas whose county name contains the submitted string. Can be a list of county names separated by "," in which case alerts which mention any of the named counties will be returned. |
lat, long, dist |
Return only warnings applying to flood areas which are
within |
interactive |
If TRUE return an interactive map, otherwise a static image. |
A tmap object. Interactive exploration of flood warnings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.