R/roP.R

Defines functions roP

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