R/print.monthglm.R

Defines functions print.monthglm

Documented in print.monthglm

## print.monthglm.R
## Prints basic results from monthglm
print.monthglm<-function(x, ...){
  ## Checks
  if (class(x)!="monthglm"){stop("Object must be of class 'monthglm'")} 
  ## Use GLM function ###
  print.glm(x$glm, ...)
} # end of function

Try the season package in your browser

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

season documentation built on May 2, 2019, 5:22 p.m.