plot.skater: Plot the object of skater class

Description Usage Arguments Author(s) See Also Examples

Description

This function displays the results of the skater function. The subgraphs are plotted with different colours.

Usage

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

Arguments

x

An object of skater class.

coords

A matrix of two colums with coordinates of nodes.

label.areas

A vector of labels of nodes.

groups.colors

A vector with colors of groups ou sub-graphs.

cex.circles

The length of circles with represent the nodes.

cex.labels

The length of labels of nodes.

...

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 the skater function documentation

Example output

Loading required package: sp
Loading required package: Matrix

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