Function to plot an object of class CM
## S3 method for class 'cm' plot(x, ...)
x
an object of class cm
...
other arguments
A plot of the contract matrix
cm=ringlattice(N=20,K=4) ## Not run: plot(cm)