Description
Various Andrews Curves.
Description
Visualisation of multidimensional data through different Andrews curves: Andrews, D. F. (1972) Plots of High-Dimensional Data. Biometrics, 28(1), 125-136. <doi:10.2307/2528964>.
README.md
andrews
R package: Andrews curves for visualization of multidimensional data
View the vignette on GitHub or after installing with
library("andrews")
vignette("andrews")
Installation
From CRAN
install.packages("andrews")
From github
library("devtools")
install_github("sigbertklinke/andrews")
Note that from github you install the current development version.
History
- 2023-10-23 version 1.1.2 - replaced dependency from primes by gmp
- 2023-02-04 version 1.1.1 - minor code and documentation changes
- 2022-12-18 version 1.1.0
- 2022-12-16 new maintainer
- 2012-10-29 version 1.0 by Jaroslav Myslivec.