diff --git a/dimensio/dev/apple-touch-icon-120x120.png b/dimensio/dev/apple-touch-icon-120x120.png index f3ce3f8ee..5794475e3 100644 Binary files a/dimensio/dev/apple-touch-icon-120x120.png and b/dimensio/dev/apple-touch-icon-120x120.png differ diff --git a/dimensio/dev/apple-touch-icon-152x152.png b/dimensio/dev/apple-touch-icon-152x152.png index 7e6ab90df..f8ead018a 100644 Binary files a/dimensio/dev/apple-touch-icon-152x152.png and b/dimensio/dev/apple-touch-icon-152x152.png differ diff --git a/dimensio/dev/apple-touch-icon-180x180.png b/dimensio/dev/apple-touch-icon-180x180.png index ff63bc18b..4856a59d4 100644 Binary files a/dimensio/dev/apple-touch-icon-180x180.png and b/dimensio/dev/apple-touch-icon-180x180.png differ diff --git a/dimensio/dev/apple-touch-icon-60x60.png b/dimensio/dev/apple-touch-icon-60x60.png index 49e2c529b..7bf7cd2aa 100644 Binary files a/dimensio/dev/apple-touch-icon-60x60.png and b/dimensio/dev/apple-touch-icon-60x60.png differ diff --git a/dimensio/dev/apple-touch-icon-76x76.png b/dimensio/dev/apple-touch-icon-76x76.png index 1734002aa..5e69a427a 100644 Binary files a/dimensio/dev/apple-touch-icon-76x76.png and b/dimensio/dev/apple-touch-icon-76x76.png differ diff --git a/dimensio/dev/apple-touch-icon.png b/dimensio/dev/apple-touch-icon.png index ff63bc18b..baab97537 100644 Binary files a/dimensio/dev/apple-touch-icon.png and b/dimensio/dev/apple-touch-icon.png differ diff --git a/dimensio/dev/articles/pca_files/figure-html/biplot-columns-1.png b/dimensio/dev/articles/pca_files/figure-html/biplot-columns-1.png index b8019c866..0ab9c4297 100644 Binary files a/dimensio/dev/articles/pca_files/figure-html/biplot-columns-1.png and b/dimensio/dev/articles/pca_files/figure-html/biplot-columns-1.png differ diff --git a/dimensio/dev/articles/pca_files/figure-html/biplot-rows-1.png b/dimensio/dev/articles/pca_files/figure-html/biplot-rows-1.png index fd2dd7632..487858b7c 100644 Binary files a/dimensio/dev/articles/pca_files/figure-html/biplot-rows-1.png and b/dimensio/dev/articles/pca_files/figure-html/biplot-rows-1.png differ diff --git a/dimensio/dev/articles/pca_files/figure-html/plot-var-1.png b/dimensio/dev/articles/pca_files/figure-html/plot-var-1.png index 680ec492c..bdcc3b14b 100644 Binary files a/dimensio/dev/articles/pca_files/figure-html/plot-var-1.png and b/dimensio/dev/articles/pca_files/figure-html/plot-var-1.png differ diff --git a/dimensio/dev/articles/pca_files/figure-html/plot-wrap-1.png b/dimensio/dev/articles/pca_files/figure-html/plot-wrap-1.png index f7c89eff0..de1d5ad5b 100644 Binary files a/dimensio/dev/articles/pca_files/figure-html/plot-wrap-1.png and b/dimensio/dev/articles/pca_files/figure-html/plot-wrap-1.png differ diff --git a/dimensio/dev/favicon-16x16.png b/dimensio/dev/favicon-16x16.png index 7e20f048e..b7ecf9060 100644 Binary files a/dimensio/dev/favicon-16x16.png and b/dimensio/dev/favicon-16x16.png differ diff --git a/dimensio/dev/favicon-32x32.png b/dimensio/dev/favicon-32x32.png index 5344f1d68..437a5d55b 100644 Binary files a/dimensio/dev/favicon-32x32.png and b/dimensio/dev/favicon-32x32.png differ diff --git a/dimensio/dev/pkgdown.yml b/dimensio/dev/pkgdown.yml index ebc735043..9b761163a 100644 --- a/dimensio/dev/pkgdown.yml +++ b/dimensio/dev/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: pca: pca.html -last_built: 2023-08-28T08:08Z +last_built: 2023-09-04T15:18Z urls: reference: https://packages.tesselle.org/dimensio/reference article: https://packages.tesselle.org/dimensio/articles diff --git a/dimensio/dev/reference/PCA-class.html b/dimensio/dev/reference/PCA-class.html index d9c299a46..6015f083a 100644 --- a/dimensio/dev/reference/PCA-class.html +++ b/dimensio/dev/reference/PCA-class.html @@ -97,34 +97,34 @@

Examples## Get row coordinates head(get_coordinates(X, margin = 1)) #> F1 F2 .sup -#> 1 -2.058181 0.28490483 FALSE -#> 2 -2.192964 0.09003797 FALSE -#> 4 -2.361881 -0.21625333 FALSE -#> 5 -2.125573 0.18747140 FALSE -#> 6 -1.605805 0.39770940 FALSE -#> 7 -2.319919 -0.27102366 FALSE +#> 1 -1.974826 0.27679945 FALSE +#> 2 -2.107853 0.08452378 FALSE +#> 3 -2.273786 -0.09394418 FALSE +#> 4 -2.274485 -0.21769741 FALSE +#> 5 -2.041339 0.18066161 FALSE +#> 6 -1.526095 0.38607867 FALSE ## Get column coordinates head(get_coordinates(X, margin = 2)) #> F1 F2 .sup -#> Sepal.Length 0.9346494 0.3543710 FALSE -#> Petal.Length 0.9852172 -0.1086968 FALSE -#> Petal.Width 0.9668940 -0.2317965 FALSE -#> Sepal.Width -0.3160646 0.4483048 TRUE +#> Sepal.Length 0.9347789 0.3540256 FALSE +#> Petal.Length 0.9853020 -0.1083268 FALSE +#> Petal.Width 0.9669170 -0.2318721 FALSE +#> Sepal.Width -0.3178714 0.4453379 TRUE ## Get correlations between variables and dimensions head(get_correlations(X)) #> F1 F2 .sup -#> Sepal.Length 0.9346494 0.3543710 FALSE -#> Petal.Length 0.9852172 -0.1086968 FALSE -#> Petal.Width 0.9668940 -0.2317965 FALSE -#> Sepal.Width -0.3160646 0.4483048 TRUE +#> Sepal.Length 0.9347789 0.3540256 FALSE +#> Petal.Length 0.9853020 -0.1083268 FALSE +#> Petal.Width 0.9669170 -0.2318721 FALSE +#> Sepal.Width -0.3178714 0.4453379 TRUE ## Get eigenvalues get_eigenvalues(X) #> eigenvalues variance cumulative -#> F1 2.7791065 93.565365 93.56536 -#> F2 0.1911235 6.434635 100.00000 +#> F1 2.7795601 93.575482 93.57548 +#> F2 0.1908335 6.424518 100.00000