R/uos_pal.R

Defines functions uos_pal

Documented in uos_pal

uos_pal <- function(){
  uos_pal <- c("Process_Cyan"=rgb(0,159,218,maxColorValue = 255),
             "Pantone_274"=rgb(31,20,93,maxColorValue = 255),
             "Process_Yellow"=rgb(249,227,0,maxColorValue = 255),

              "Pantone_347"=rgb(0,155,72,maxColorValue = 255),
             "Pantone_382"=rgb(190,214,0,maxColorValue = 255),
             "Process_Magenta"=rgb(209,0,116,maxColorValue = 255),
             "Pantone_Orange_021"=rgb(255,88,0,maxColorValue = 255),
             
             "Pantone_512"=rgb(119,33,111,maxColorValue = 255),
             "Pantone_485"=rgb(213,43,30,maxColorValue = 255),
             "Pantone_Black"=rgb(30,30,30,maxColorValue = 255),
             "Pantone_161"=rgb(98,60,27,maxColorValue = 255),
             
             "Pantone_7501"=rgb(219,206,172,maxColorValue = 255),
             "Pantone_343"=rgb(3,86,66,maxColorValue = 255),
             "Pantone_322"=rgb(0,116,122,maxColorValue = 255),
             "Pantone_202"=rgb(130,36,51,maxColorValue = 255)
             )

  uos_pal
}
sheffield-bioinformatics-core/sbcMisc documentation built on Nov. 8, 2019, 10:02 p.m.