print.growth {languageR}R Documentation

Print method for growth objects.

Description

Print method for growth objects.

Usage

print.growth(x, ...)

Arguments

x A growth object, as produced by growth.fnc.
... other parameters to be passed through to plotting functions.

Value

The data frame with chunk sizes and associated vocabulary statistics is printed. To access the data frame that is being shown, use <my.growth.object>@data$data.

Author(s)

R. H. Baayen

See Also

See also growth.fnc.

Examples

  data(alice)
  alice.growth = growth.fnc(alice)
  alice.growth
  # for accessing the printed data frame:
  alice.growth@data$data[1:4,]

[Package languageR version 0.1 Index]