Learn R Programming

languageR (version 1.6)

growthInit: Initialize a vocabulary growth object.

Description

This function initializes a growth object.

Usage

growthInit(data)

Value

A growth object, see growth.fnc for details.

Arguments

data

A list with as single element a data frame with columns as described in the documentation of growth.fnc.

Author

R. H. Baayen

See Also

See Also as growth.fnc.