R/print.occtmp.R

"print.occtmp" <-
function(x, digits = max(3, getOption("digits") - 3), ...){
  cat("\n")
  cat("Change in species occurrence", "\n")
  print(x$bac, digits = 3)
  cat("\n\n")
  cat("Further Statistics:", "\n")
  print(x$stats, digits = 3)
  cat("\n\n")
  invisible(x)
}

Try the simba package in your browser

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

simba documentation built on May 1, 2019, 8:49 p.m.