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
yannabraham/Radviz documentation built on April 3, 2022, 1:30 p.m.