plot.cm {epimdr2}R Documentation

Function to plot an object of class CM

Description

Function to plot an object of class CM

Usage

## S3 method for class 'cm'
plot(x, ...)

Arguments

x

an object of class cm

...

other arguments

Value

A plot of the contact matrix

Examples

cm=ringlattice(N=20,K=4)
## Not run: plot(cm)

[Package epimdr2 version 1.0-9 Index]