plot.mst | R Documentation |
This function plots a MST, the nodes are circles and the edges are segments.
## S3 method for class 'mst'
plot(x, coords, label.areas = NULL,
cex.circles = 1, cex.labels = 1, add=FALSE, ...)
x |
Object of |
coords |
A two column matrix with the coordinates of nodes. |
label.areas |
A vector with the labels of nodes |
cex.circles |
The length of circles to plot. |
cex.labels |
The length of nodes labels ploted. |
add |
default FALSE, create new plot |
... |
Further arguments passed to plotting functions. |
Elias T. Krainski and Renato M. Assuncao
See Also as skater
and mstree
### see example in mstree function documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.