commit | 2d0aaf6f66a38f1a171234ae4a64ba778bb29c4c | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Feb 05 16:18:57 2021 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Feb 05 16:18:57 2021 +0100 |
tree | 4cbf265de4915ed1e4881033d4459bef0958bf67 | |
parent | 556dbd57fde0bf2733c178a7ccfe6afdc82f7b41 [diff] |
Fix picking IDS departments palette for ggplot2 Change-Id: I0aecc7dc0e9d6f20287f906a74b7140b9a9a7a46
diff --git a/R/idsThemeR.R b/R/idsThemeR.R index 0465942..bbe510b 100644 --- a/R/idsThemeR.R +++ b/R/idsThemeR.R
@@ -127,7 +127,7 @@ #' ids_pal <- function(palette="default") { values <- switch(tolower(palette), - ids = idsPalette(), + ids = idsPaletteIDS(), gray = idsPaletteGreyscale(), grey = idsPaletteGreyscale(), poly20 = idsPalettePoly20(),