Rev Language Reference


fnPhylogeneticIndependentContrastsMultiSample

Aliases

  • fnPIC

Usage

fnPhylogeneticIndependentContrastsMultiSample(TimeTree tree, ContinuousCharacterData data, Natural site, Taxon[] taxa, Bool normalized)

Arguments

tree : TimeTree (pass by const reference)
The tree.
data : ContinuousCharacterData (pass by const reference)
The character data object.
site : Natural (pass by const reference)
The site for which we compute the contrasts.
taxa : Taxon[] (pass by value)
The vector of taxa which have species and individual names.
normalized : Bool (pass by const reference)
If we should normalize the contrasts by their standard deviations.

Return Type