Rev Language Reference


fnCovarion

Usage

fnCovarion(RateGenerator[] RateMatrices, RealPos[] RateScalars, RealPos[][] SwitchRates, Bool rescaled)

Arguments

RateMatrices : RateGenerator[] (pass by const reference)
Rate matrices for the characters per state.
RateScalars : RealPos[] (pass by const reference)
Rate multipliers per state.
SwitchRates : RealPos[][] (pass by const reference)
Rates between state.
rescaled : Bool (pass by value)
Should the matrix be normalized?
Default : TRUE

Return Type