tail.growth {languageR}R Documentation

Show last rows of growth object.

Description

Prints last rows of growth object.

Usage

tail.growth(x, n = 6, ...)

Arguments

x A growth object.
n An integer specifying the number of lines to be shown.
... other parameters to be passed through to plotting functions.

Author(s)

R. H. Baayen

See Also

See Also growth.fnc.

Examples

  data(alice)
  alice.growth = growth.fnc(alice)
  tail(alice.growth)

[Package languageR version 0.1 Index]