Deploying to gh-pages from @ agdamsbo/FreesearchR@8961bc6a5d 🚀

This commit is contained in:
agdamsbo 2026-03-24 12:02:27 +00:00
commit c2c2302f90
59 changed files with 1557 additions and 210 deletions

View file

@ -14,7 +14,9 @@ vertical_stacked_bars(
l.color = "black",
l.size = 0.5,
draw.lines = TRUE,
label.str = "{n}\n{round(100 * p,0)}%"
label.str = "{n}\n{round(100 * p,0)}%",
color.palette = "viridis",
reverse = TRUE
)
```