R/pow.R

#' Power Function
#' 
#' Makes Power
#' 
#' @param n The exponent
#' @return Stuff
#' @export
pow <- function(n){function(x){x^n}}
trinker/BGmisc documentation built on May 31, 2019, 7:54 p.m.