R/qvar.breaks.R

Defines functions qvar.breaks.quantile

qvar.breaks.quantile <- function(x, prob = seq(from = 0.1, to = 0.9, by = 0.05)) {
  return(unique(quantile(x, prob = prob)))
}

Try the trim package in your browser

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

trim documentation built on May 2, 2019, 5:36 p.m.