#' Compute the euclidean distance
#' @param x A vector of difference in x and y dimension
#' @returns Euclidean distance between points
euclid_norm <- function(x) sqrt(sum(x^2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.