Learn R Programming

languageR (version 1.5.0)

growthInit: Initialize a vocabulary growth object.

Description

This function initializes a growth object.

Usage

growthInit(data)

Arguments

data

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

Value

A growth object, see growth.fnc for details.

See Also

See Also as growth.fnc.