summary.cm {epimdr} | R Documentation |
Function to calculate the degree distribution for an object of class CM
## S3 method for class 'cm' summary(object, plot = FALSE, ...)
object |
an object of class cm |
plot |
if TRUE a barplot of the degree distribution is produced |
... |
other arguments |
A plot of the contract matrix
cm=WattsStrogatz(N=20, K=4, Prw=.3) summary(cm)