R/Prob.Scale.r

Defines functions Prob.Scale

Documented in Prob.Scale

#' 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)
}
lylyf1987/GNGpkg documentation built on May 19, 2020, 12:07 a.m.