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