diff --git a/DESCRIPTION b/DESCRIPTION
index af581d4..7fadaac 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -8,7 +8,7 @@ Description: The 'inti' package is part of the 'inkaverse' project for developin
experiments and data collection (tarpuy()), data analysis and graphics (yupana())
, and technical writing.
Learn more about the 'inkaverse' project at
jc_tombola()
outliers_remove(drop.na = FALSE)
allows avoid drop NA values by defaultH2cal()
outliers are changed to NA in the data.frameyupana_mvr()
: update function for correlation and PCACRAN release: 2022-05-19
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 051fc97..a2b0628 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -9,7 +9,7 @@ articles: rticles: rticles.html tarpuy: tarpuy.html yupana: yupana.html -last_built: 2022-07-17T18:24Z +last_built: 2022-08-08T15:52Z urls: reference: https://inkaverse.com/reference article: https://inkaverse.com/articles diff --git a/docs/reference/figure2qmd.html b/docs/reference/figure2qmd.html index df0f3e1..9d10cb8 100644 --- a/docs/reference/figure2qmd.html +++ b/docs/reference/figure2qmd.html @@ -131,7 +131,7 @@
-if (FALSE) {
-
-library(inti)
-library(gsheet)
-
-url <- paste0("https://docs.google.com/spreadsheets/d/"
- , "15r7ZwcZZHbEgltlF6gSFvCTFA-CFzVBWwg3mFlRyKPs/edit#gid=172957346")
-# browseURL(url)
-
-fb <- gsheet2tbl(url)
-
-mv <- yupana_mvr(data = fb
- , last_factor = "bloque"
- , summary_by = c("geno", "treat")
- , groups = NULL
- )
-
-FactoMineR::plot.PCA(mv$pca, choix = "ind", habillage = mv$param$groups)
-
-}
-
-