diff --git a/nexus/articles/nexus_files/figure-html/ceramics-pca-2.png b/nexus/articles/nexus_files/figure-html/ceramics-pca-2.png index 9037aa503..605e1659c 100644 Binary files a/nexus/articles/nexus_files/figure-html/ceramics-pca-2.png and b/nexus/articles/nexus_files/figure-html/ceramics-pca-2.png differ diff --git a/nexus/pkgdown.yml b/nexus/pkgdown.yml index ab38450c4..1ce1adc4d 100644 --- a/nexus/pkgdown.yml +++ b/nexus/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: bibliography: bibliography.html nexus: nexus.html -last_built: 2023-11-27T11:36Z +last_built: 2023-11-27T12:02Z urls: reference: https://packages.tesselle.org/nexus/reference article: https://packages.tesselle.org/nexus/articles diff --git a/nexus/reference/Rplot003.png b/nexus/reference/Rplot003.png index bfef60d61..da51e8cad 100644 Binary files a/nexus/reference/Rplot003.png and b/nexus/reference/Rplot003.png differ diff --git a/nexus/reference/Rplot004.png b/nexus/reference/Rplot004.png index d194bb274..88fbc6e97 100644 Binary files a/nexus/reference/Rplot004.png and b/nexus/reference/Rplot004.png differ diff --git a/nexus/reference/as_amounts.html b/nexus/reference/as_amounts.html index 58648674b..45e60e702 100644 --- a/nexus/reference/as_amounts.html +++ b/nexus/reference/as_amounts.html @@ -102,8 +102,8 @@

Examples ## Row sums are internally stored before coercing to relative frequencies get_totals(B) -#> [1] 269 254 277 271 202 321 302 151 210 218 328 165 107 213 242 282 358 222 201 -#> [20] 233 +#> [1] 338 275 252 210 311 177 270 212 300 267 99 166 223 254 127 275 319 238 249 +#> [20] 316 ## This allows to restore the source data A2 <- as_amounts(B) @@ -111,13 +111,13 @@

Examples## Coerce to a data.frame X <- data.frame(B) head(X) -#> V1 V2 V3 V4 V5 -#> S1 0.2899628 0.26022305 0.1003717 0.15613383 0.19330855 -#> S2 0.3346457 0.11023622 0.3425197 0.12992126 0.08267717 -#> S3 0.3357401 0.04332130 0.2166065 0.20216606 0.20216606 -#> S4 0.3579336 0.16974170 0.1033210 0.23247232 0.13653137 -#> S5 0.2178218 0.01980198 0.3118812 0.36633663 0.08415842 -#> S6 0.3084112 0.26168224 0.1651090 0.05919003 0.20560748 +#> V1 V2 V3 V4 V5 +#> S1 0.25443787 0.1094675 0.2899408 0.19526627 0.150887574 +#> S2 0.32363636 0.2327273 0.3381818 0.04000000 0.065454545 +#> S3 0.09920635 0.2658730 0.2619048 0.26190476 0.111111111 +#> S4 0.01904762 0.3952381 0.3380952 0.12380952 0.123809524 +#> S5 0.06430868 0.2122186 0.1125402 0.30546624 0.305466238 +#> S6 0.38418079 0.2259887 0.2937853 0.09039548 0.005649718