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

head.growthR Documentation

Returns first rows of a growth object.

Description

Returns the first rows of a growth object.

Usage

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

Arguments

x

A growth object.

n

The number of lines to be shown.

Value

The first n rows of the growth object are printed.

Author(s)

R. H. Baayen

See Also

See Also growth.fnc.

Examples

## Not run: 
  data(alice)
  alice.growth = growth.fnc(alice)
  head(alice.growth)

## End(Not run)

languageR documentation built on June 10, 2025, 9:08 a.m.