50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

languageR (version 1.6)

tail.growth: Show last rows of growth object.

Description

Prints last rows of growth object.

Usage

# S3 method for 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.

Author

R. H. Baayen

See Also

See Also growth.fnc.

Examples

Run this code
if (FALSE) {
  data(alice)
  alice.growth = growth.fnc(alice)
  tail(alice.growth)
}

Run the code above in your browser using DataLab