mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new renders
This commit is contained in:
parent
5ca751d3ea
commit
ab3df0eda6
22 changed files with 97 additions and 38 deletions
|
|
@ -1 +1 @@
|
|||
hosted_version <- function()'v26.4.2-260528'
|
||||
hosted_version <- function()'v26.4.2-260530'
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ vertical_stacked_bars <- function(data,
|
|||
|
||||
colors <- generate_colors(n = nrow(df.table), palette = color.palette)
|
||||
## Colors are reversed by default as that usually gives the best result
|
||||
if (isTRUE(reverse)) {
|
||||
if (isTRUE(reverse) | reverse=="TRUE") {
|
||||
colors <- rev(colors)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue