tipring: 'tipring' Add tiplabels to a circular phylogeny

Description Usage Arguments Details Value Author(s) Examples

View source: R/phylo.plots.R

Description

tipring Add tiplabels to a circular phylogeny

Usage

1
tipring(tips, col, radial.adj = 1, ...)

Arguments

tips

Numbers of tips in phylogeny's tip.labels to be plotted

col

Colour (can be of length > 1) to plot tips

radial.adj

adjustment factor (multiplier) for spacing of tip-labels

...

additional arguments passed to lines

Details

A way of getting evenly spaced node labels on a radial phylogeny. Just run the examples, it's quite simple. This is a very minorly-editted version of nodelabels; I can't take much credit! Don't cite this, cite ape!

Value

...exactly as nodelabels

Author(s)

Will Pearse

Examples

1
2
3
4
5
6
7
8
## Not run: 
tree <- stree(128, type="balanced")
plot(tree, type="radial", show.tip.label=FALSE)
tipring(pch=20)
tipring(pch=20, radial.adj=1.05, col="red")
tipring(pch=20, radial.adj=1.1, col="blue")

## End(Not run)

willpearse/willeerd documentation built on May 4, 2019, 6:27 a.m.