DataVisualizations: Visualizations of High-Dimensional Data

Gives access to data visualisation methods that are relevant from the data scientist's point of view. The flagship idea of 'DataVisualizations' is the mirrored density plot (MD-plot) for either classified or non-classified multivariate data published in Thrun, M.C. et al.: "Analyzing the Fine Structure of Distributions" (2020), PLoS ONE, <doi:10.1371/journal.pone.0238835>. The MD-plot outperforms the box-and-whisker diagram (box plot), violin plot and bean plot and geom_violin plot of ggplot2. Furthermore, a collection of various visualization methods for univariate data is provided. In the case of exploratory data analysis, 'DataVisualizations' makes it possible to inspect the distribution of each feature of a dataset visually through a combination of four methods. One of these methods is the Pareto density estimation (PDE) of the probability density function (pdf). Additionally, visualizations of the distribution of distances using PDE, the scatter-density plot using PDE for two variables as well as the Shepard density plot and the Bland-Altman plot are presented here. Pertaining to classified high-dimensional data, a number of visualizations are described, such as f.ex. the heat map and silhouette plot. A political map of the world or Germany can be visualized with the additional information defined by a classification of countries or regions. By extending the political map further, an uncomplicated function for a Choropleth map can be used which is useful for measurements across a geographic area. For categorical features, the Pie charts, slope charts and fan plots, improved by the ABC analysis, become usable. More detailed explanations are found in the book by Thrun, M.C.: "Projection-Based Clustering through Self-Organization and Swarm Intelligence" (2018) <doi:10.1007/978-3-658-20540-9>.

Version: 1.3.2
Depends: R (≥ 3.5)
Imports: Rcpp (≥ 0.12.12), ggplot2, sp, pracma, reshape2
LinkingTo: Rcpp, RcppArmadillo
Suggests: plyr, MBA, ggmap, plotrix, rworldmap, rgl, ABCanalysis, choroplethr, dplyr, R6, parallelDist, knitr (≥ 1.12), rmarkdown (≥ 0.9), vioplot, ggExtra, plotly, htmlwidgets, diptest, moments, signal, ggrepel, MASS, ROCit, ScatterDensity (≥ 0.0.3), colorspace, viridis
Published: 2023-10-10
Author: Michael Thrun ORCID iD [aut, cre, cph], Felix Pape [aut, rev], Onno Hansen-Goos [ctr, ctb], Quirin Stier ORCID iD [ctb, rev], Hamza Tayyab [ctr, ctb], Luca Brinkmann [ctr, ctb], Dirk Eddelbuettel [ctr], Craig Varrichio [ctr], Alfred Ultsch [dtc, ctb, ctr]
Maintainer: Michael Thrun <m.thrun at gmx.net>
BugReports: https://github.com/Mthrun/DataVisualizations/issues
License: GPL-3
URL: https://www.deepbionics.org/
NeedsCompilation: yes
Citation: DataVisualizations citation info
Materials: README NEWS
CRAN checks: DataVisualizations results

Documentation:

Reference manual: DataVisualizations.pdf
Vignettes: A Quick Tour in Data Visualizations

Downloads:

Package source: DataVisualizations_1.3.2.tar.gz
Windows binaries: r-devel: DataVisualizations_1.3.2.zip, r-release: DataVisualizations_1.3.2.zip, r-oldrel: DataVisualizations_1.3.2.zip
macOS binaries: r-release (arm64): DataVisualizations_1.3.2.tgz, r-oldrel (arm64): DataVisualizations_1.3.2.tgz, r-release (x86_64): DataVisualizations_1.3.2.tgz
Old sources: DataVisualizations archive

Reverse dependencies:

Reverse imports: AdaptGauss, FCPS, opGMMassessment, Umatrix
Reverse suggests: DatabionicSwarm, DRquality, GeneralizedUmatrix, ProjectionBasedClustering, ScatterDensity

Linking:

Please use the canonical form https://CRAN.R-project.org/package=DataVisualizations to link to this page.