Skip to content

add type to calendarPlot()#489

Open
jack-davison wants to merge 3 commits intomainfrom
calendarPlot-type
Open

add type to calendarPlot()#489
jack-davison wants to merge 3 commits intomainfrom
calendarPlot-type

Conversation

@jack-davison
Copy link
Collaborator

Closes #300.

If type is whatever, you get a plot like this:

calendarPlot(openairmaps::polar_data, "no2", type = "site")
image

type = "year" gets special handling - turns off show.year and stops checking for a single year of data:

calendarPlot(mydata, "no2", type = "year")
image

@jack-davison jack-davison self-assigned this Mar 18, 2026
@jack-davison jack-davison added enhancement Ideas for new features for openair trends 📉 Trend analysis, e.g., calendarPlot, timeProp, etc. labels Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Ideas for new features for openair trends 📉 Trend analysis, e.g., calendarPlot, timeProp, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Calendar Plot Type support?

1 participant