earthlab / cft

Climate futures toolbox: easy MACA (MACAv2) climate data access 📦
https://www.earthdatascience.org/cft/index.html
25 stars 6 forks source link

Rethinking the visualizations + refactoring #59

Closed mbjoseph closed 4 years ago

mbjoseph commented 4 years ago

Currently we have a scatterplot function that does much more than generate a scatterplot, and there are other packages in R that have a scatterplot function. It would be better to come up with a more modular visualization strategy, maybe based on data.frames and tidyverse. As part of this, we should refactor the scatterplot function to extract the comparison between a reference and target period.