R/print.minmax.R

print.minmax <- function (x, digits=max(3L, getOption("digits") - 3L), ...) {
  cat("Minima: \n")
  print(x$mins, digits=digits)
  cat("\nMaxima: \n")
  print(x$maxs, digits=digits)
}

Try the synchrony package in your browser

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

synchrony documentation built on May 2, 2019, 6:12 p.m.