Learn R Programming

NetworkChange (version 0.8)

plotContour: Contour plot of latent node positions

Description

Draw a contour plot of latent node positions

Usage

plotContour(OUT, main = "", k = 8, my.cols = brewer.pal(k, "Spectral"))

Value

A plot object

Arguments

OUT

Output of networkchange objects.

main

The title of plot

k

The number of levels (nlevels in contour ()).

my.cols

Color scale. Use brewer.pal() from RColorBrewer.