Learn R Programming

phylosim (version 3.0.5)

getDeletionTolerance.Sequence: Get the deletion tolerance site-process specific parameter for a collection of Site objects aggregated by a Sequence object

Description

Get the deletion tolerance site-process specific parameter for a collection of Site objects aggregated by a Sequence object. This method does some error checking and the calls getParameterAtSites(this=this,process=process,id="deletion.tolerance",index=index). See getParameterAtSites.Sequence for more details.

Usage

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

Arguments

this

A Sequence object.

process

A 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.

See Also

getParameterAtSites.Sequence