R/show.growth.R

Defines functions `show.growth`

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

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.