plot.cm: Function to plot an object of class CM

View source: R/network.R

plot.cmR 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)

epimdr2 documentation built on Dec. 28, 2022, 2:23 a.m.