R/print.sintegral.R

Defines functions print.sintegral

print.sintegral = function(x, ...){
  cat(paste0("Value: ", x$value, "\n", ...))
}

Try the Bolstad package in your browser

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

Bolstad documentation built on Jan. 8, 2021, 2:03 a.m.