diff --git a/R/QuadratiK-package.R b/R/QuadratiK-package.R index 404b8d3..a111a3f 100644 --- a/R/QuadratiK-package.R +++ b/R/QuadratiK-package.R @@ -49,6 +49,8 @@ #' representing the cluster results as well as enhancing the interpretability #' and usability of the analysis. #' +#' For an introduction to `QuadratiK` see the vignette +#' \href{../doc/Introduction.html}{Introduction to the QuadratiK Package}. #' #' @details The work has been supported by Kaleida Health Foundation and the #' National Science Foundation. diff --git a/README.md b/README.md index fe39188..27add8e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ - **Additional Features**: Alongside these functionalities, the software includes additional graphical functions, aiding users in validating and representing the cluster results as well as enhancing the interpretability and usability of the analysis. +For an introduction to `QuadratiK` see the vignette [Introduction to the QuadratiK Package](https://giovsaraceno.github.io/QuadratiK-package/articles/Introduction.html). + ## Installation You can install the version published on CRAN of `QuadratiK` diff --git a/man/QuadratiK-package.Rd b/man/QuadratiK-package.Rd index 87ec766..68d9f72 100644 --- a/man/QuadratiK-package.Rd +++ b/man/QuadratiK-package.Rd @@ -55,6 +55,9 @@ includes additional graphical functions, aiding users in validating and representing the cluster results as well as enhancing the interpretability and usability of the analysis. } + +For an introduction to \code{QuadratiK} see the vignette +\href{../doc/Introduction.html}{Introduction to the QuadratiK Package}. } \details{ The work has been supported by Kaleida Health Foundation and the diff --git a/src/QuadratiK.dll b/src/QuadratiK.dll index c41e49c..a199ed2 100644 Binary files a/src/QuadratiK.dll and b/src/QuadratiK.dll differ diff --git a/tests/testthat/test-pk.test.R b/tests/testthat/test-pk.test.R index 85e4a75..985e954 100644 --- a/tests/testthat/test-pk.test.R +++ b/tests/testthat/test-pk.test.R @@ -87,7 +87,7 @@ test_that("Functionality with valid inputs", { expect_true(is.numeric(unif_test@Vn)) expect_false(unif_test@H0_Un) - # Test does not reject uniformity + # Test reject uniformity set.seed(123) x_sp <- rpkb(n = size, mu = c(1,0,0), rho = 0.9)$x unif_test <- pk.test(x_sp,rho=0.9) diff --git a/vignettes/wireless_clustering.Rmd b/vignettes/wireless_clustering.Rmd index d8c3386..19547ad 100644 --- a/vignettes/wireless_clustering.Rmd +++ b/vignettes/wireless_clustering.Rmd @@ -83,7 +83,7 @@ summary_clust ## Note -If the number of cluster *k* is not provided to the `plot` function, one scatter plot is displeyed for each possible number of clusters available in the object of class `pkbc`. +If the number of cluster *k* is not provided to the `plot` function, one scatter plot is displayed for each possible number of clusters available in the object of class `pkbc`. ## References diff --git a/vignettes/wireless_clustering.html b/vignettes/wireless_clustering.html index 928b25d..fc06b8e 100644 --- a/vignettes/wireless_clustering.html +++ b/vignettes/wireless_clustering.html @@ -516,7 +516,7 @@

The Wireless Indoor Localization Data

Note

If the number of cluster k is not provided to the -plot function, one scatter plot is displeyed for each +plot function, one scatter plot is displayed for each possible number of clusters available in the object of class pkbc.