plot.cm {epimdr}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 contract matrix

Examples

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

[Package epimdr version 0.6-5 Index]