spdep (version 1.1-3)

plot.mst: Plot the Minimum Spanning Tree

Description

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

Usage

# S3 method for mst
plot(x, coords, label.areas = NULL, 
   cex.circles = 1, cex.labels = 1, add=FALSE, ...)

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.

add

default FALSE, create new plot

Further arguments passed to plotting functions.

See Also

See Also as skater and mstree

Examples

Run this code
# NOT RUN {
### see example in mstree function documentation
# }

Run the code above in your browser using DataCamp Workspace