Skip to contents

The exposure_pie_chart function creates an interactive exposure pie chart in an htmlwidget

Usage

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

Arguments

.data

a exposure pie data frame

width

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

height

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

...

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