print.growth: Print method for growth objects.

Description Usage Arguments Value Author(s) See Also Examples

Description

Print method for growth objects.

Usage

1
2
## S3 method for class 'growth'
print(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

1
2
3
4
5
6
7
8
## Not run: 
  data(alice)
  alice.growth = growth.fnc(alice)
  alice.growth
  # for accessing the printed data frame:
  alice.growth@data$data[1:4,]

## End(Not run)

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