Description Usage Arguments Value Author(s)
Class specific methods for class polar.clust. If you are not
happy with the looks of the plot you can build it up manually by calling it
with type="n" and add the annotation functions.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## S3 method for class 'polar.clust'
plot(x, type = c("l", "n"), labels, label.col,
label.size = 1, las = 2, expand, axes = TRUE, ..., bg.col,
grid.col = "gray90")
## S3 method for class 'polar.clust'
lines(x, lwd = c(1, 10), col, sector = c(0, 2 * pi),
...)
## S3 method for class 'polar.clust'
labels(object, r, sector = c(0, 2 * pi),
cex = par("cex"), col, las = par("las"), ...)
## S3 method for class 'polar.clust'
points(x, sector = c(0, 2 * pi), col, ...)
|
x |
|
type |
Plot type. |
lines |
Whether to plot the trees branches. |
points |
Whether to plot the trees leaves. |
labels |
Whether to plot the leaves' labels. |
label.col |
Whether to colour labels by leaf colour. |
label.size |
Relative text size of labels. |
expand |
Controls how much white space should surround the plot.
Use |
axes |
Whether to plot axes or not. |
... |
Sent to |
bg.col |
Background colour. |
grid.col |
Radial grid color. |
lwd |
Minimum and maximum branch widths. |
col |
Colour. |
sector |
The sector of the plot area to use, e.g. set
|
object |
Same as |
r |
Radius at which to plot the labels. |
cex |
Relative size, see |
las |
Label orientation, see |
Nothing, produces a plot.
Christofer Bäcklin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.