R/objrec.R

Defines functions obj.rec

Documented in obj.rec

#' Deprecated function
#'
#' @param ... parameters
#'
#' @export
#'
obj.rec = function(...){
  stop("obj.rec is deprecated in VoxR, use distance_clustering instead")
}

Try the VoxR package in your browser

Any scripts or data that you put into this service are public.

VoxR documentation built on Nov. 16, 2020, 9:14 a.m.