R/axisangle.R

Defines functions axis.angle

Documented in axis.angle

#' Deprecated function
#'
#' @param ... parameters
#'
#' @export
#'
axis.angle = function(...){
  stop("axis.angle is deprecated in VoxR, use axis_angle instead")
}
Blecigne/VoxR documentation built on Oct. 5, 2020, 6:40 a.m.