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 2, 2019, 6:47 p.m.