Deploying to gh-pages from @ agdamsbo/FreesearchR@32f299880d 🚀

This commit is contained in:
agdamsbo 2026-03-11 09:36:41 +00:00
commit 602d551a4a
179 changed files with 1527 additions and 705 deletions

View file

@ -22,5 +22,5 @@ numeric vector
``` r
c(sample(seq(.1, 1, .1), 3), sample(1:10, 3)) |> create_log_tics()
#> [1] 0.10 0.12 0.20 0.25 0.50 1.00 2.00 4.00 5.00 8.00 10.00
#> [1] 0.12 0.30 0.33 0.60 0.70 1.00 1.43 1.67 3.00 3.33 8.00
```