yannabraham / Radviz

A R package for multi-dimensional data visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radviz

R-CMD-check CRAN version CRAN downloads DOI

The Radviz package implements the concept of dimensional anchors to visualize multivariate datasets in a 2D projection, as originally described in Hoffman et al 1999. It implements 3 optimization method for the order of anchors:

Installation

To install the CRAN version run

install.packages('Radviz')

Development version of Radviz can be installed using the following command

devtools::install_github('yannabraham/Radviz')

Or, if you want to build the vignette:

devtools::install_github('yannabraham/Radviz',build_vignettes = TRUE)

About

A R package for multi-dimensional data visualization


Languages

Language:R 58.8%Language:C++ 41.2%