R/Radviz.R

#' Radviz Projection of Multidimensional Data
#'
#' 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.
#' 
#' @example examples/example-do.radviz.R
#' @examples
#' plot(rv,anchors.only=FALSE)
#' 
#' @docType package
#' @name Radviz
NULL

#' Defunct Functions
#'
#' These functions are Defunct in this release of Radviz, they will be
#' marked as Defunct and removed in a future version.
#' @name Radviz-deprecated
#' @keywords internal
NULL

Try the Radviz package in your browser

Any scripts or data that you put into this service are public.

Radviz documentation built on March 26, 2022, 1:10 a.m.