openair
openair copied to clipboard
Tools for air quality data analysis
Hi all, I hope someone will be able to assist me. I have some traffic data and I am looking to plot a simple diurnal profile of counts for a...
Compare timeAverage of "week" and "7 day", for example: > dim(timeAverage(mydata, "week")) [1] 391 10 > dim(timeAverage(mydata, "7 day")) [1] 769 10 Obviously, not expecting them to be exactly the...
Hi David, thanks for your lovely windRose function. As I am customizing the max of wind speed & digits of mean, there is an error showing "could not find function...
I found that with the latest versions there is an error when calculating stats for multiple pollutants and multiple sites, the use of type = "site" is not working, so...
I am trying to control the size of the labels on a polar plot. For example, in the attached plot I want to change the font size of wind speed...
I have an error through the trajCluster function. Error in lower.to.upper.tri.inds(n) : 'n' must be >= 2 I had installed the "openair" package of development version from github. I can...
Hello. I would like to compare several locations using normalise in windRose. By default, as seen in the figure below, the maximum is calculated for all the `type`s, which is...
Hello. When I use normalise=TRUE option in windRose, the major wind direction label NESW is covered up. See the picture below. A simple example code that should replicate the issue...
Hello. I would like to make a feature request. I would like to add rotation of NESW into Type plots. For reference, what I meant by individual rotation can be...
Hello. I am using this package inside RMarkdown. When I used the format emf instead of png, I ran into an issue of frequency labeling. The problem is that, the...