diff --git a/nexus/apple-touch-icon-120x120.png b/nexus/apple-touch-icon-120x120.png index f10241153..887c67dfc 100644 Binary files a/nexus/apple-touch-icon-120x120.png and b/nexus/apple-touch-icon-120x120.png differ diff --git a/nexus/apple-touch-icon-152x152.png b/nexus/apple-touch-icon-152x152.png index 1e1068988..b4db81fab 100644 Binary files a/nexus/apple-touch-icon-152x152.png and b/nexus/apple-touch-icon-152x152.png differ diff --git a/nexus/apple-touch-icon-180x180.png b/nexus/apple-touch-icon-180x180.png index 80f42f67e..b98414018 100644 Binary files a/nexus/apple-touch-icon-180x180.png and b/nexus/apple-touch-icon-180x180.png differ diff --git a/nexus/apple-touch-icon-60x60.png b/nexus/apple-touch-icon-60x60.png index 3bf6b3446..f4086dd9d 100644 Binary files a/nexus/apple-touch-icon-60x60.png and b/nexus/apple-touch-icon-60x60.png differ diff --git a/nexus/apple-touch-icon-76x76.png b/nexus/apple-touch-icon-76x76.png index f1c8e97d2..34b87cd79 100644 Binary files a/nexus/apple-touch-icon-76x76.png and b/nexus/apple-touch-icon-76x76.png differ diff --git a/nexus/apple-touch-icon.png b/nexus/apple-touch-icon.png index 728ac09e4..389c29f64 100644 Binary files a/nexus/apple-touch-icon.png and b/nexus/apple-touch-icon.png differ 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 9014e266a..0549a0750 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/favicon-16x16.png b/nexus/favicon-16x16.png index e10313031..947e0e0f3 100644 Binary files a/nexus/favicon-16x16.png and b/nexus/favicon-16x16.png differ diff --git a/nexus/favicon-32x32.png b/nexus/favicon-32x32.png index 20289fe25..ac6b86591 100644 Binary files a/nexus/favicon-32x32.png and b/nexus/favicon-32x32.png differ diff --git a/nexus/pkgdown.yml b/nexus/pkgdown.yml index a0feec5d8..ce7141e61 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-09-12T18:32Z +last_built: 2023-09-12T19:01Z urls: reference: https://packages.tesselle.org/nexus/reference article: https://packages.tesselle.org/nexus/articles diff --git a/nexus/reference/Rplot001.png b/nexus/reference/Rplot001.png index 17a358060..c1ed484f7 100644 Binary files a/nexus/reference/Rplot001.png and b/nexus/reference/Rplot001.png differ diff --git a/nexus/reference/Rplot002.png b/nexus/reference/Rplot002.png index b917c3e8e..0f4b13d87 100644 Binary files a/nexus/reference/Rplot002.png and b/nexus/reference/Rplot002.png differ diff --git a/nexus/reference/Rplot004.png b/nexus/reference/Rplot004.png index a48d1d5f1..ee9a55681 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 89e65dc17..e0ef480b9 100644 --- a/nexus/reference/as_amounts.html +++ b/nexus/reference/as_amounts.html @@ -100,20 +100,23 @@

ExamplesB <- as_composition(A1) ## Row sums are internally stored before coercing to relative frequencies -## (use get_totals() to retrieve these values) +get_totals(B) +#> [1] 200 215 271 289 272 265 227 276 217 162 297 204 340 170 221 224 176 306 258 +#> [20] 242 + ## This allows to restore the source data A2 <- as_amounts(B) -## Coerce to an S3 data.frame +## Coerce to a data.frame X <- data.frame(B) head(X) -#> V1 V2 V3 V4 V5 samples groups -#> S1 0.33913043 0.0826087 0.13043478 0.05217391 0.39565217 S1 <NA> -#> S2 0.01801802 0.4954955 0.29729730 0.01801802 0.17117117 S2 <NA> -#> S3 0.07500000 0.0562500 0.20000000 0.62500000 0.04375000 S3 <NA> -#> S4 0.18055556 0.3935185 0.24537037 0.03703704 0.14351852 S4 <NA> -#> S5 0.17316017 0.1428571 0.03030303 0.25541126 0.39826840 S5 <NA> -#> S6 0.24712644 0.1321839 0.25000000 0.28160920 0.08908046 S6 <NA> +#> V1 V2 V3 V4 V5 samples groups +#> S1 0.0850000 0.3900000 0.1950000 0.24500000 0.08500000 S1 <NA> +#> S2 0.2279070 0.1627907 0.2697674 0.01395349 0.32558140 S2 <NA> +#> S3 0.2730627 0.3653137 0.1033210 0.18450185 0.07380074 S3 <NA> +#> S4 0.2387543 0.2179931 0.2698962 0.18685121 0.08650519 S4 <NA> +#> S5 0.1654412 0.2683824 0.1948529 0.15073529 0.22058824 S5 <NA> +#> S6 0.1622642 0.2188679 0.1433962 0.16226415 0.31320755 S6 <NA>