extractTips {sitePath}R Documentation

Extract sitePath for a single site

Description

Retrieve the name of the tips involved in the fixation

Usage

## S3 method for class 'fixationSites'
extractTips(x, site, select = 1, ...)

## S3 method for class 'multiFixationSites'
extractTips(x, site, select = 1, ...)

Arguments

x

A fixationSites or a multiFixationSites object.

site

A site predicted to experience fixation.

select

For a site, there theoretically might be more than one fixation on different lineages. You may use this argument to extract for a specific fixation of a site. The default is the first fixation of the site.

...

Other arguments

Value

The name of the tips involved in the fixation


[Package sitePath version 1.0.3 Index]