Learn R Programming

epimdr (version 0.6-5)

summary.cm: 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 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

Run this code
# NOT RUN {
cm=WattsStrogatz(N=20, K=4, Prw=.3)
summary(cm)
# }

Run the code above in your browser using DataLab