plot_polar: Polar scatter plot

View source: R/plot_polar.R

plot_polarR Documentation

Polar scatter plot

Description

Polar scatter plot

Usage

plot_polar(data, pol, popup = pol, ...)

Arguments

data

A data frame containing wind speed and wind direction data with names ws and wd, respectively.

pol

The name of the pollutant to plot.

popup

Column(s) to show in the hoverbox. Default is the pol concentration.

...

Additional arguements passed to plotly::plot_ly()

Value

A plotly object

Examples

## Not run: 
plot_polar(data, "NO2")

## End(Not run)



MohoWu/ricardor documentation built on March 24, 2022, 4:39 p.m.