Usage
-
align_axes(..., x.axis = TRUE, y.axis = TRUE)
+
align_axes(..., x.axis = TRUE, y.axis = TRUE, percentage = FALSE)
diff --git a/reference/align_axes.md b/reference/align_axes.md
index fdc14f9b..06f8c52a 100644
--- a/reference/align_axes.md
+++ b/reference/align_axes.md
@@ -5,7 +5,7 @@ Aligns axes between plots
## Usage
``` r
-align_axes(..., x.axis = TRUE, y.axis = TRUE)
+align_axes(..., x.axis = TRUE, y.axis = TRUE, percentage = FALSE)
```
## Arguments
diff --git a/reference/all_but.html b/reference/all_but.html
index 613fe0d1..91bb9166 100644
--- a/reference/all_but.html
+++ b/reference/all_but.html
@@ -7,7 +7,7 @@
FreesearchR
-
26.4.1
+
26.4.2
diff --git a/reference/data-plots.md b/reference/data-plots.md
index 87f2a7e7..cf955c12 100644
--- a/reference/data-plots.md
+++ b/reference/data-plots.md
@@ -4,6 +4,8 @@ Data correlations evaluation module
Wrapper to create plot based on provided type
+Title
+
Single vertical barplot
Beautiful box plot(s)
@@ -33,6 +35,17 @@ data_visuals_server(id, data, palettes, ...)
create_plot(data, type, pri, sec, ter = NULL, color.palette = "viridis", ...)
+plot_bar(
+ data,
+ pri,
+ sec = NULL,
+ ter = NULL,
+ style = c("stack", "dodge", "fill"),
+ color.palette = "viridis",
+ max_level = 30,
+ ...
+)
+
plot_bar_single(
data,
pri,
@@ -120,6 +133,8 @@ shiny server module
ggplot2 object
+ggplot list object
+
ggplot object
ggplot2 object
@@ -703,12 +718,29 @@ create_plot(mtcars, "plot_violin", "mpg", "cyl") |> attributes()
#> list()
#>
#> $plot_env
-#>