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

Description Usage Arguments Value Examples

View source: R/rfuncs.R

Description

Function to plot an object of class CM

Usage

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

Arguments

x

an object of class cm

...

other arguments

Value

A plot of the contract matrix

Examples

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

epimdr documentation built on March 26, 2020, 7:41 p.m.

Related to plot.cm in epimdr...