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.
Currently we have a
scatterplot
function that does much more than generate a scatterplot, and there are other packages in R that have ascatterplot
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 thescatterplot
function to extract the comparison between a reference and target period.