Skip to content
Snippets Groups Projects
Commit 1fb02b8a authored by Otto, Dr. Saskia's avatar Otto, Dr. Saskia
Browse files

reversed colors again

parent 2e3b4840
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@
trafficlight <- function(x, time = NULL, sort_5yrmean = TRUE, sort_vec = NULL,
method = "quantiles", probs = seq(0, 1, 0.2), quantile_type = 7, intervals = 5,
cols = c("red","gold", "yellow", "greenyellow", "green3"),
cols = c("green3", "greenyellow", "yellow", "gold","red"),
main = "", xlab = "", ylab = "", adj_xlab = NULL, adj_ylab = NULL,
hadj_x = 0.5, vadj_x = -0.7, hadj_y = -0.7, vadj_y = 0.3,
madj_bottom = 0, madj_left = 0, madj_top = 0, madj_right = 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment