mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
feat: new default label for horizontal stacked plot
This commit is contained in:
parent
498ce52565
commit
81a1a2a870
2 changed files with 6 additions and 3 deletions
|
|
@ -12,7 +12,8 @@ vertical_stacked_bars(
|
|||
t.size = 10,
|
||||
l.color = "black",
|
||||
l.size = 0.5,
|
||||
draw.lines = TRUE
|
||||
draw.lines = TRUE,
|
||||
label.str = "{n}\\n{round(100 * p,0)}\%"
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue