Learn R Programming

MoLE (version 1.0.0)

CHECKMARKER: Inspect developmental history

Description

Check how a specific lexeme developed by showing its lexical representation throughout the different generations. Only works if graveyard is populated (i.e., previous generations died).

Usage

CHECKMARKER(ID, generation = "max", steps = 1)

Arguments

ID

The ID of the lexeme whose history is to be shown

generation

The generation up to which the history has to be shown (starting from zero)

steps

The steps with which representations are taken from previous generations.

Value

data frame with history of lexical representations of the word of interest.

Details

If steps=1, each previous generation is shown, with 2 only every second generation, etc.

See Also

SUMMARY

Examples

Run this code
# NOT RUN {
FOUND()
# }
# NOT RUN {
CHECKMARKER(1) 
# }
# NOT RUN {
#only works if first generations have died
# }

Run the code above in your browser using DataLab