R/identify.radviz.R

Defines functions identify.radviz

Documented in identify.radviz

#' @rdname Radviz-deprecated
#' @export
identify.radviz <- function(x,...) {
  .Defunct(new='plotly::ggplotly',
           msg='Radviz now relies on ggplot2 - to identify points use the plotly package')
  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.