removed setDT and replaced with dplyr alt in position_count_bp.R
This commit is contained in:
parent
65d697d3a2
commit
da8f8d90d4
5 changed files with 210 additions and 110 deletions
|
@ -222,22 +222,9 @@ consurf_palette2 = c("0" = "yellow2"
|
|||
, "8" = "orchid4"
|
||||
, "9" = "darkorchid4")
|
||||
|
||||
|
||||
consurf_colours = c(
|
||||
"0" = rgb(1.00,1.00,0.59)
|
||||
, "9" = rgb(0.63,0.16,0.37)
|
||||
, "8" = rgb(0.94,0.49,0.67)
|
||||
, "7" = rgb(0.98,0.78,0.86)
|
||||
, "6" = rgb(0.98,0.92,0.96)
|
||||
, "5" = rgb(1.00,1.00,1.00)
|
||||
, "4" = rgb(0.84,0.94,0.94)
|
||||
, "3" = rgb(0.65,0.86,0.90)
|
||||
, "2" = rgb(0.29,0.69,0.75)
|
||||
, "1" = rgb(0.04,0.49,0.51)
|
||||
)
|
||||
|
||||
# consurf_bp_colours = c(
|
||||
# "0" = rgb(1.00,1.00,0.59)
|
||||
# decreasing levels mess legend
|
||||
# consurf_colours_LEVEL = c(
|
||||
# "0" = rgb(1.00,1.00,0.59)
|
||||
# , "9" = rgb(0.63,0.16,0.37)
|
||||
# , "8" = rgb(0.94,0.49,0.67)
|
||||
# , "7" = rgb(0.98,0.78,0.86)
|
||||
|
@ -247,7 +234,20 @@ consurf_colours = c(
|
|||
# , "3" = rgb(0.65,0.86,0.90)
|
||||
# , "2" = rgb(0.29,0.69,0.75)
|
||||
# , "1" = rgb(0.04,0.49,0.51)
|
||||
# )
|
||||
# )
|
||||
|
||||
consurf_colours = 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)
|
||||
)
|
||||
|
||||
##################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue