From 7c195598394b497db5cd971c4e769f1ccc316eff Mon Sep 17 00:00:00 2001 From: hyginn Date: Wed, 21 Oct 2020 06:14:16 +1000 Subject: [PATCH] one more palette --- plottingReference.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plottingReference.R b/plottingReference.R index ca67b17..eb24f68 100644 --- a/plottingReference.R +++ b/plottingReference.R @@ -926,13 +926,14 @@ plotPal("Spectral") plotPal("OrRd") plotPal("Cold") plotPal("Mint") +plotPal("Berlin") # If you are curious, you can execute the code below, then select the line that # draws the plot and press ctrl+enter repeatedly to step through the entire # set of palettes. # i <- 0 -# i<-i+1; plotPal(hcl.pals()[i]) +# plotPal(hcl.pals()[( i<-i+1 )]) # Worthy of special mention are the color-Brewer palettes, in particular for # their accessibility considerations. Do consider that not all of us view colors