added plots for thesis
This commit is contained in:
parent
41c4996426
commit
aabe466599
17 changed files with 24 additions and 2913 deletions
|
@ -222,6 +222,19 @@ consurf_palette2 = c("0" = "yellow2"
|
|||
, "8" = "orchid4"
|
||||
, "9" = "darkorchid4")
|
||||
|
||||
|
||||
consurf_colours = c("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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue