#' Calculate Euclidean distance
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `numeric`.
#'
#' @seealso
#' - AcidBase package.
#'
#' @examples
#' showMethods("euclidean")
setGeneric(
name = "euclidean",
def = function(x, ...) {
standardGeneric("euclidean")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.