plot.mst: Plot the Minimum Spanning Tree

Description Usage Arguments Author(s) See Also Examples

Description

This function plots a MST, the nodes are circles and the edges are segments.

Usage

1
2
3
## S3 method for class 'mst'
plot(x, coords, label.areas = NULL, 
   cex.circles = 1, cex.labels = 1, ...)

Arguments

x

Object of mst class.

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.

...

Further arguments passed to plotting funcitons.

Author(s)

Elias T. Krainski and Renato M. Assuncao

See Also

See Also as skater and mstree

Examples

1
### see example in mstree function documentation

Example output

Loading required package: sp
Loading required package: Matrix

spdep documentation built on Aug. 19, 2017, 3:01 a.m.