R/rvfiniterange.R

rvfiniterange <- function (x) {
  if (is.rvsummary(x)) {
    apply(sims(x), 2, range)
  } else {
    rvsimapply(x, finiterange)
  }
}

Try the rv package in your browser

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

rv documentation built on March 18, 2022, 5:55 p.m.