summary.cm {epimdr2} | R Documentation |
Function to calculate the degree distribution for an object of class CM
Description
Function to calculate the degree distribution for an object of class CM
Usage
## S3 method for class 'cm'
summary(object, plot = FALSE, ...)
Arguments
object |
an object of class cm |
plot |
if TRUE a bar plot of the degree distribution is produced |
... |
other arguments |
Value
A plot of the contract matrix
Examples
cm=wattsStrogatz(N=20, K=4, Prw=.3)
summary(cm)
[Package epimdr2 version 1.0-9 Index]