added consurf_colours_no_isd to ensure consurf plots are not messed up in the absesnce of 0 categ

This commit is contained in:
Tanushree Tunstall 2022-09-05 16:01:21 +01:00
parent 2cec743ae0
commit f949592dd8
2 changed files with 17 additions and 1 deletions

View file

@ -249,6 +249,19 @@ consurf_colours = c(
, "9" = rgb(0.63,0.16,0.37)
)
consurf_colours_no_isd = c(
#"0" = rgb(1.00,1.00,0.59)
"1" = rgb(0.04,0.49,0.51)
, "2" = rgb(0.29,0.69,0.75)
, "3" = rgb(0.65,0.86,0.90)
, "4" = rgb(0.84,0.94,0.94)
, "5" = rgb(1.00,1.00,1.00)
, "6" = rgb(0.98,0.92,0.96)
, "7" = rgb(0.98,0.78,0.86)
, "8" = rgb(0.94,0.49,0.67)
, "9" = rgb(0.63,0.16,0.37)
)
##################################################
# Function name clashes with plyr and dplyr