R/colorsR.R

Defines functions colorsR

colorsR <- function() {
  return(c('aliceblue', 'antiquewhite2', 'aquamarine', 'lightblue4', 'thistle2',
           'slategray2','yellowgreen', 'darkorange2', 'lightsalmon1', 'violetred3',
           'orchid4','royalblue3','palevioletred','orangered3','olivedrab4',
           'lightpink4','lightslateblue','yellow2','thistle3','magenta3',
           'orange3','firebrick2','darkslategray','darkseagreen1','firebrick4',
           'darkgreen'))
}
msuprun/bbeaR documentation built on Jan. 31, 2021, 6:49 p.m.