Extract and clean axis ranges
+From 4344ba47fe44f9d3563b8e27eefde40c8a5407d3 Mon Sep 17 00:00:00 2001 From: agdamsbo <43278243+agdamsbo@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:16:25 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20agdamsbo?= =?UTF-8?q?/FreesearchR@e9422a418b05f560a113896504215d6e04833791=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/append_list.html | 6 +- reference/baseline_table.html | 2 +- reference/clean_common_axis.html | 84 +++++++++++++ reference/create_baseline.html | 189 +++++++++++++++++++++++++++++ reference/create_log_tics.html | 86 +++++++++++++ reference/data-plots-1.png | Bin 51461 -> 52069 bytes reference/data-plots-10.png | Bin 0 -> 41505 bytes reference/data-plots-2.png | Bin 34482 -> 50105 bytes reference/data-plots-3.png | Bin 55347 -> 51461 bytes reference/data-plots-4.png | Bin 231617 -> 34482 bytes reference/data-plots-5.png | Bin 230830 -> 55347 bytes reference/data-plots-6.png | Bin 309913 -> 229744 bytes reference/data-plots-7.png | Bin 49069 -> 225720 bytes reference/data-plots-8.png | Bin 41505 -> 297830 bytes reference/data-plots-9.png | Bin 0 -> 49069 bytes reference/data-plots.html | 139 ++++++++++++--------- reference/data_description.html | 89 ++++++++++++++ reference/data_type.html | 130 ++++++++++++++++++++ reference/getfun.html | 2 +- reference/index.html | 38 ++++-- reference/limit_log.html | 8 +- reference/line_break.html | 2 +- reference/missing_fraction.html | 2 +- reference/plot_box.html | 8 ++ reference/plot_box_single.html | 8 ++ reference/regression_model.html | 19 +-- reference/remove_empty_cols.html | 2 +- reference/remove_na_attr.html | 6 +- reference/subset_types.html | 19 +-- reference/supported_functions.html | 2 +- reference/supported_plots.html | 30 ++--- search.json | 2 +- sitemap.xml | 6 +- 34 files changed, 761 insertions(+), 120 deletions(-) create mode 100644 reference/clean_common_axis.html create mode 100644 reference/create_baseline.html create mode 100644 reference/create_log_tics.html create mode 100644 reference/data-plots-10.png create mode 100644 reference/data-plots-9.png create mode 100644 reference/data_description.html create mode 100644 reference/data_type.html create mode 100644 reference/plot_box.html create mode 100644 reference/plot_box_single.html diff --git a/pkgdown.yml b/pkgdown.yml index b911943..90bdd7b 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.1.1 pkgdown_sha: ~ articles: FreesearchR: FreesearchR.html -last_built: 2025-03-19T12:46Z +last_built: 2025-03-24T14:15Z urls: reference: https://agdamsbo.github.io/FreesearchR/reference article: https://agdamsbo.github.io/FreesearchR/articles diff --git a/reference/append_list.html b/reference/append_list.html index 2751c11..fddb877 100644 --- a/reference/append_list.html +++ b/reference/append_list.html @@ -68,9 +68,9 @@
ls_d <- list(test=c(1:20))
+ ls_d <- list(test = c(1:20))
ls_d <- list()
-data.frame(letters[1:20],1:20) |> append_list(ls_d,"letters")
+data.frame(letters[1:20], 1:20) |> append_list(ls_d, "letters")
#> $letters
#> letters.1.20. X1.20
#> 1 a 1
@@ -94,7 +94,7 @@
#> 19 s 19
#> 20 t 20
#>
-letters[1:20]|> append_list(ls_d,"letters")
+letters[1:20] |> append_list(ls_d, "letters")
#> $letters
#> [1] "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r" "s"
#> [20] "t"
diff --git a/reference/baseline_table.html b/reference/baseline_table.html
index 7962d4b..562ee29 100644
--- a/reference/baseline_table.html
+++ b/reference/baseline_table.html
@@ -107,7 +107,7 @@
1 Median (Q1, Q3); n (%)