Deploying to gh-pages from @ agdamsbo/FreesearchR@54dd332cd8 🚀

This commit is contained in:
agdamsbo 2025-11-19 13:25:44 +00:00
commit 6d545337de
328 changed files with 12930 additions and 1662 deletions

View file

@ -0,0 +1,45 @@
# Vertical stacked bar plot wrapper
Vertical stacked bar plot wrapper
## Usage
``` r
vertical_stacked_bars(
data,
score = "full_score",
group = "pase_0_q",
strata = NULL,
t.size = 10,
l.color = "black",
l.size = 0.5,
draw.lines = TRUE,
label.str = "{n}\n{round(100 * p,0)}%"
)
```
## Arguments
- data:
data.frame
- score:
outcome variable
- group:
grouping variable
- strata:
stratifying variable
- t.size:
text size
## Value
ggplot2 object