plot_flood_areas: Plot flood areas on interactive map

View source: R/plot_flood_areas.R

plot_flood_areasR Documentation

Plot flood areas on interactive map

Description

Plot flood areas on interactive map

Usage

plot_flood_areas(
  lat = NULL,
  long = NULL,
  dist = NULL,
  limit = NULL,
  interactive = TRUE
)

Arguments

lat, long, dist

Return only warnings applying to flood areas which are within dist km of the given latitude/longitude (in WGS84 coordinates), this may be approximated by a bounding box.

limit

Return a maximum of these items from the list.

interactive

If TRUE return an interactive map, otherwise a static image.

Value

A tmap object. Interactive exploration of flood warnings.


DavidASmith/eaflood documentation built on April 5, 2022, 4:29 a.m.