Closed ndphillips closed 7 months ago
Guido emailed me to confirm it works as desired:
It works like a charm! Thanks!
This seems to be a nice enhancement and useful option — thanks for suggesting and implementing it!
An alternative approach to colors in FFT plots could collect all used ones in a vector and pass that as an argument. This would provide users with complete control over the colors, but the combination of a good default and a grayscale option probably covers 95% of all cases?
Thanks for the feedback @hneth ! I agree adding additional arguments to control the individual colors directly could be useful, but I'd prefer to save that for a future PR if needed.
In this PR I have also made a few modifications to DESCRIPTION and NEWS.md to conform to the conventions in the tidyverse (namely https://github.com/tidyverse/dplyr/blob/main/NEWS.md)
Happy to discuss reversing these changes if desired
A user Guido Williams guido.l.williams@gmail.com emailed me asking for a grayscale option for plot.FFTrees().
This PR includes the new
grayscale
argument toplot.FFTrees()
that enables thisSee example below:
Setting
grayscale = FALSE
(the default), gives us the color back