Usage
-
align_axes(..., x.axis = TRUE, y.axis = TRUE, percentage = FALSE)
+
align_axes(..., x.axis = TRUE, y.axis = TRUE)
diff --git a/reference/align_axes.md b/reference/align_axes.md
index 06f8c52a..fdc14f9b 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, percentage = FALSE)
+align_axes(..., x.axis = TRUE, y.axis = TRUE)
```
## Arguments
diff --git a/reference/all_but.html b/reference/all_but.html
index 91bb9166..613fe0d1 100644
--- a/reference/all_but.html
+++ b/reference/all_but.html
@@ -7,7 +7,7 @@
FreesearchR
-
26.4.2
+
26.4.1
diff --git a/reference/data-plots.md b/reference/data-plots.md
index cf955c12..87f2a7e7 100644
--- a/reference/data-plots.md
+++ b/reference/data-plots.md
@@ -4,8 +4,6 @@ Data correlations evaluation module
Wrapper to create plot based on provided type
-Title
-
Single vertical barplot
Beautiful box plot(s)
@@ -35,17 +33,6 @@ 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,
@@ -133,8 +120,6 @@ shiny server module
ggplot2 object
-ggplot list object
-
ggplot object
ggplot2 object
@@ -718,29 +703,12 @@ create_plot(mtcars, "plot_violin", "mpg", "cyl") |> attributes()
#> list()
#>
#> $plot_env
-#>