Deploying to gh-pages from @ agdamsbo/FreesearchR@fe1609b4f6 🚀

This commit is contained in:
agdamsbo 2026-03-02 19:40:41 +00:00
commit fd57cd2476
22 changed files with 359 additions and 247 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.20 0.30 0.50 0.90 1.00 1.11 2.00 3.33 5.00 10.00
#> [1] 0.10 0.12 0.20 0.25 0.50 1.00 2.00 4.00 5.00 8.00 10.00
```