This commit is contained in:
Tanushree Tunstall 2022-08-05 18:13:44 +01:00
parent 33925dafe9
commit d5bc1c272e
4 changed files with 193 additions and 12 deletions

View file

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