Learn R Programming

phylosim (version 3.0.5)

getRateMultipliers.Sequence: Get the values of the rate multiplier parameters for a given Process object and a collection of Site object aggregated by a Sequence object

Description

Get the values of the rate multiplier parameters for a given Process object and a collection of Site object aggregated by a Sequence object. This method just calls getParameterAtSites(this=this,process=process,id="rate.multiplier",index=index) See getParameterAtSites.Sequence for details.

Usage

# S3 method for Sequence
getRateMultipliers(this, process, index, ...)

Arguments

this

A Sequence object.

process

A valid Process object.

index

An integer vector specifying a set of positions. It is set to 1:seq$length if omitted.

...

Not used.

Value

A numeric vector with the current values of the rate multiplier in the specified range.

See Also

setParameterAtSites.Sequence