Learn R Programming

epimdr (version 0.6-5)

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

Description

Function to plot an object of class CM

Usage

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

Arguments

x

an object of class cm

...

other arguments

Value

A plot of the contract matrix

Examples

Run this code
# NOT RUN {
cm=ringlattice(N=20,K=4)
# }
# NOT RUN {
plot(cm)
# }

Run the code above in your browser using DataLab