R/maxP.R

Defines functions maxP

##' @export
maxP <- function(aP){
  return(pbeta(q=max(aP),shape1=length(aP),shape2=1))
}
Caleb-Huo/genomicLibrary documentation built on June 4, 2020, 3:54 a.m.