Learn R Programming

phylosim (version 3.0.5)

getCumulativeRates.Sequence: Get the total site rates from a Sequence object

Description

Get the total site rates from a Sequence object. This method simply calls getCumulativeRatesFromRange(this). See getCumulativeRates.Sequence for more details.

Usage

# S3 method for Sequence
getCumulativeRates(this, ...)

Arguments

this

A Sequence object.

...

Not used.

Value

A numeric vector containing the total site rates.

See Also

getCumulativeRatesFromRange.Sequence