R/project.R

Defines functions project

Documented in project

#' Deprecated function
#'
#' @param ... parameters
#'
#' @export
#'
project = function(...){
  stop("project is deprecated in VoxR, use project_voxels 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.