jack-davison/ggopenair

Different behaviour in polar_plot vs openair::polarPlot when uncertainty = TRUE

mooibroekd opened this issue · 1 comments

Hi Jack,

I have noticed the following behavior when uncertainty is set to true in ggopenair::polar_plot():

mydata <- openair::mydata

openair::polarPlot(mydata, 
                   pollutant = "nox",
                   uncertainty = TRUE)

ggopenair::polar_plot(mydata, 
                      pollutant = "nox",
                      uncertainty = TRUE)

Created on 2023-11-16 with reprex v2.0.2

@jack-davison any news on this?