Learn R Programming

Radviz (version 0.9.5)

Radviz-package: Radviz: Project Multidimensional Data in 2D Space

Description

An implementation of the radviz projection in R. It enables the visualization of multidimensional data while maintaining the relation to the original dimensions. This package provides functions to create and plot radviz projections, and a number of summary plots that enable comparison and analysis. For reference see Hoffman *et al.* (1999) (tools:::Rd_expr_doi("10.1145/331770.331775")) for original implementation, see Di Caro *et al* (2012) (tools:::Rd_expr_doi("10.1007/978-3-642-13672-6_13")), for the original method for dimensional anchor arrangements, see Demsar *et al.* (2007) (tools:::Rd_expr_doi("10.1016/j.jbi.2007.03.010")) for the original Freeviz implementation.

Radviz uses Dimensional Anchors and the spring paradigm to project a multidimensional space in 2D. This allows for the quick visualization of large and complex datasets.

Arguments

Author

Maintainer: Yann Abraham yann.abraham@gmail.com

Authors:

See Also

Examples

Run this code
data(iris)
das <- c('Sepal.Length','Sepal.Width','Petal.Length','Petal.Width')
S <- make.S(das)
rv <- do.radviz(iris,S)
plot(rv,anchors.only=FALSE)

Run the code above in your browser using DataLab