dd.fw: Derive and plot the degree distribution

View source: R/dd.fw.R

dd.fwR Documentation

Derive and plot the degree distribution

Description

Derive and plot the degree distribution

Usage

dd.fw(list1, log = TRUE, cumulative = TRUE)

Arguments

list1

List with the interaction matrices

log

Log-log scale

cumulative

Show cumulative degree distribution

Value

A plot with the degree distribution for the full dataset

Examples

data(mg1)
dd.fw(mg1, log=TRUE, cumulative=TRUE)

FMestre1/fw_package documentation built on March 24, 2022, 1:27 a.m.