tail.growth: Show last rows of growth object.

Description Usage Arguments Value Author(s) See Also Examples

Description

Prints last rows of growth object.

Usage

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

Value

The last n rows of the growth object are printed.

Author(s)

R. H. Baayen

See Also

See Also growth.fnc.

Examples

1
2
3
4
5
6
## Not run: 
  data(alice)
  alice.growth = growth.fnc(alice)
  tail(alice.growth)

## End(Not run)

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