Skip to contents

The tech_exposure_chart function creates an interactive tech exposure chart in an htmlwidget

Usage

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

Arguments

.data

a tech exposure 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)