
Last chance! 50% off unlimited learning
Sale ends in
This function plots a MST, the nodes are circles and the edges are segments.
# S3 method for mst
plot(x, coords, label.areas = NULL,
cex.circles = 1, cex.labels = 1, add=FALSE, ...)
Object of mst
class.
A two column matrix with the coordinates of nodes.
A vector with the labels of nodes
The length of circles to plot.
The length of nodes labels ploted.
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
Run the code above in your browser using DataLab