R/levels.R

Defines functions level

Documented in level

#' Deprecated function
#'
#' @param ... parameters
#'
#' @export
#'
level = function(...){
  stop("level is deprecated in VoxR")
}

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.