R/print.growth.R

Defines functions `print.growth`

`print.growth` <-
function(x, ...) {
  if (!is(x, "growth")) stop("argument should be a growth object")
  print(x@data$data)
  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.