Dataset of class phyDat. The dataset should have been
prepared using dataset <- PrepareDataIW(dataset); if this step
has not been completed, the dataset will be (time-consumingly) prepared
within the function.
In subsidiary functions, the dataset will have been initialized using
IWInitMorphy, and must be destroyed using IWDestroyMorphy.
concavity
A numeric value to use as the concavity constant (`k`) in implied weighting.
…
unused; allows additional parameters specified within … to be
received by the function without throwing an error.
Value
The 'fit', `h / h + k`, where `h` is the amount of homoplasy ('extra steps')
and `k` is a constant (the 'concavity constant')
Functions
IWInitMorphy: Initialize dataset by adding morphyObjs and min.steps.
IWDestroyMorphy: Free memory from morphyObjs initialized by IWScoreMorphy.