Learn R Programming

languageR (version 1.6)

head.growth: Returns first rows of a growth object.

Description

Returns the first rows of a growth object.

Usage

# S3 method for growth
head(x, n = 6, ...)

Value

The first n rows of the growth object are printed.

Arguments

x

A growth object.

n

The number of lines to be shown.

Author

R. H. Baayen

See Also

See Also growth.fnc.

Examples

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

Run the code above in your browser using DataLab