Hotfix: return the palette

This commit is contained in:
dchakro 2023-07-27 11:27:06 -07:00
parent 6830c78d55
commit 79a0f8f9e9

View file

@ -60,4 +60,5 @@ returnPalette <- function(ColorVariable = NULL) {
palette = "Spectral"))
}
}
return(myPalette)
}