R/bp_maxmin.R

Defines functions bp_maxmin

Documented in bp_maxmin

bp_maxmin <-
function(x, probs = c(0,0,.5,1,1)) {
  r <- quantile(x, probs = probs, na.rm = TRUE)
  names(r) <- c("ymin","lower","middle","upper","ymax")
  r
}

Try the phenModel package in your browser

Any scripts or data that you put into this service are public.

phenModel documentation built on Aug. 2, 2019, 5:05 p.m.