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)
plot(cm)

epimdr2 documentation built on March 31, 2026, 5:06 p.m.