willeerd.tiplabels: 'willeerd.tiplabels' Plot tip labels with radial spacing

Description Usage Arguments Details Value Author(s) Examples

Description

willeerd.tiplabels Plot tip labels with radial spacing

Usage

1
2
3
4
willeerd.tiplabels(text, tip, adj = c(0.5, 0.5), radial.adj = 1,
  frame = "rect", pch = NULL, thermo = NULL, pie = NULL,
  piecol = NULL, col = "black", bg = "yellow", horiz = FALSE,
  width = NULL, height = NULL, ...)

Arguments

text

see tiplabels

tip

see tiplabels

adj

see tiplabels

radial.adj

A multiplier for how far out each tip label should be

frame

see tiplabels

pch

see tiplabels

thermo

see tiplabels

pie

see tiplabels

piecol

see tiplabels

col

see tiplabels

bg

see tiplabels

horiz

see tiplabels

width

see tiplabels

height

see tiplabels

...

see tiplabels

Details

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

Value

...exactly as tiplabels

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)
willeerd.tiplabels(tip=seq(128), pch=20)
willeerd.tiplabels(tip=seq(128), pch=20, radial.adj=1.05, col="red")
willeerd.tiplabels(tip=seq(128), pch=20, radial.adj=1.1, col="blue")

## End(Not run)

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