#' Generic function for volume calculation
#'
#' @param x object of which to calculate volume
#' @param ... other parameters
#'
#' @export
volume = function (x, ...) UseMethod("volume")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.