R/print.fitpot.R

Defines functions print.fitpot

Documented in print.fitpot

print.fitpot <- function(x, ...)
{
  if(class(x)!="fitpot") stop("Object should be of class fitpot")
  print(x$coeff)
}

Try the ercv package in your browser

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

ercv documentation built on Oct. 30, 2019, 9:49 a.m.