Use the openair library to realize a calendar plot! Thanks to Carlos Ortega for sharing.
1 2 3 4 5 6 7 8 9 10 |
#library library(openair) # load example data from package data(mydata) # basic plot calendarPlot(mydata, pollutant = "o3", year = 2003) |
Not what you are looking for ? Make a new search ![mediatagger]
Leave a Reply
Be the First to Comment!