R/do.hex.R

Defines functions do.hex

Documented in do.hex

#' @rdname Radviz-deprecated
#' @export
do.hex <- function(x,...) {
  .Defunct(new='hexplot',
           msg='the do.hex function is not required anymore, use hexplot 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.