R/generics.R

#' Generic function for volume calculation
#' 
#' @param x object of which to calculate volume
#' @param ... other parameters
#' 
#' @export
volume  = function (x, ...) UseMethod("volume")
llaniewski/rfracture documentation built on Aug. 21, 2023, 11:10 a.m.