davidcarslaw / deweather

Remove the influence of meteorology from atmospheric composition data
http://davidcarslaw.github.io/deweather/
GNU General Public License v2.0
36 stars 11 forks source link

[Bug]: 'Intervals =' argument in plotPD() does not appear to be working #19

Open GlynR-T opened 7 months ago

GlynR-T commented 7 months ago

With reference to the 'deweather' documentation at:

library(deweather)
?plotPD

The 'intervals = ' argument in plotPD() does not appear to be working.

i.e. changing the value of 'intervals' does not appear to change the partial dependency plots, or change the number of PD data points output to file.

Looking at the data output, it appears that 'intervals =' for continuous variables is fixed at 100.

jack-davison commented 2 months ago

Glyn - sorry for the delay on this; you are correct that it has been lost when a lot of the code was refactored. I'll give it a look and see if I can sort it out.