#' Title
#'
#' @param X
#'
#' @return useless function. Could have just used Scale. Not used in the other functions, but is in the app
#' @export
#'
#' @examples
Prob.Scale <- function(X){
X/sum(X)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.