mirror of
https://github.com/dchakro/shared_Rscripts.git
synced 2026-05-17 09:12:16 -07:00
try a different palette
Pink color conflicts
This commit is contained in:
parent
1d6789928e
commit
c52773360d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ returnPalette <- function(ColorVariable = NULL, GNE.colors = F) {
|
||||||
myPalette <- c(palette.colors(n = 10,
|
myPalette <- c(palette.colors(n = 10,
|
||||||
palette = "Classic Tableau"),
|
palette = "Classic Tableau"),
|
||||||
palette.colors(n = colorsNeeded - 10,
|
palette.colors(n = colorsNeeded - 10,
|
||||||
palette = "Set2"))
|
palette = "Set3"))
|
||||||
set.seed(2023)
|
set.seed(2023)
|
||||||
myPalette <- sample(myPalette)
|
myPalette <- sample(myPalette)
|
||||||
} else if (colorsNeeded >= 18) {
|
} else if (colorsNeeded >= 18) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue