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

Description Usage Arguments Details Value Author(s) Examples

Description

willeerd.nodelabels Plot tip labels with radial spacing

Usage

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

Arguments

text

see nodelabels

node

which node(s) to plot

radial.adj

a multiplier for how far out each node label should be

adj

see nodelabels

frame

see nodelabels

pch

see nodelabels

thermo

see nodelabels

pie

see nodelabels

piecol

see nodelabels

col

see nodelabels

bg

see nodelabels

horiz

see nodelabels

width

see nodelabels

height

see nodelabels

...

see nodelabels

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)
willeerd.nodelabels(pch=20)
willeerd.nodelabels(pch=20, adj=1.05, col="red")
willeerd.nodelabels(pch=20, adj=1.1, col="blue")

## End(Not run)

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