FFTrees icon indicating copy to clipboard operation
FFTrees copied to clipboard

Add plot(FFTrees, grayscale = TRUE) argument to allow printing to grayscale

Open ndphillips opened this issue 1 year ago • 1 comments

Suggestion by Guido Williams:

Dear Nathaniel,

I have a question regarding the plot functions in the FFT package. Is there a simple way to print all plots/output in black and white/greyscale? For instance: plot(heart.fft, color = FALSE) or is there another way? This would be very convenient for publication purposes.

ndphillips avatar Apr 04 '24 13:04 ndphillips

My reaction: There is no out of the box way to do this. It should be an easy addition though. Would just need to override the icon color arguments.

ndphillips avatar Apr 04 '24 13:04 ndphillips

Addressing in https://github.com/ndphillips/FFTrees/pull/210

ndphillips avatar Apr 19 '24 21:04 ndphillips