R/print.SII.R

`print.SII` <-
function (x, digits=3, ...) 
{
  cat("\n")
  cat("SII:", round(x$sii, digits), "\n")
  cat("\n")  
}

Try the SII package in your browser

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

SII documentation built on May 1, 2019, 8:48 p.m.