Learn R Programming

TreeSearch (version 1.1.0)

WithOneExtraStep: Number of trees with one extra step

Description

Number of trees with one extra step

Usage

WithOneExtraStep(...)

Arguments

Vector or series of integers specifying the number of leaves bearing each distinct non-ambiguous token.

See Also

Other profile parsimony functions: Carter1(), PrepareDataProfile(), StepInformation(), profiles

Examples

Run this code
# NOT RUN {
WithOneExtraStep(1, 2, 3)
# }

Run the code above in your browser using DataLab