#' Title
#'
#' @param Xi
#' @param Xj
#'
#' @return
#' @export
#'
#' @examples
eucldist = function(Xi,Xj){
ret=sqrt(sum((Xi-Xj)^2));
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.