R/do.density.R

Defines functions do.density

Documented in do.density

#' @rdname Radviz-deprecated
#' @export
do.density <- function(x,...) {
  .Defunct(new='contour.radviz',
           msg='the do.density function is not required anymore, use contour.radviz directly')
  return(x)
}

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.