Skip to contents

The exposure_map_chart function creates an interactive exposure map chart in an htmlwidget

Usage

exposure_map_chart(.data, width = NULL, height = NULL, ...)

Arguments

.data

an exposure map data frame

width, height

width and height of exported htmlwidget in pixels (single integer value; default == NULL)

...

other options passed on to r2d3::r2d3() (see details)