R/summary.growth.R

Defines functions `summary.growth`

`summary.growth` <-
function(object, ...) {
  if (!is(object, "growth")) stop("argument should be a growth object")
  print(object)
  invisible(object)
}

Try the languageR package in your browser

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

languageR documentation built on May 2, 2019, 10:02 a.m.