info_spectra: Compute the information spectra

Description Usage Arguments Details Value Examples

View source: R/info_spectra.R

Description

Compute the information spectra

Usage

1
info_spectra(x, what, block_size = 4, offset = 4)

Arguments

x

an igraph object

what

graph elements to be removed (i.e. edges or vertices)

block_size

block size required to estimate the Kolmogorov-Chaitin complexity of x using the 2-dimensional Block Decomposition Method (BDM)

offset

offset required to estimate the Kolmogorov-Chaitin complexity of x using the 2-dimensional Block Decomposition Method (BDM)

Details

The information spectra gives the list of information values for the edges or vertices of a graph.

Value

A data frame corresponding to the information spectra of the input graph.

Examples

1
2
3
4
5
## Not run: 
frank <- make_graph("Franklin")
info_spectra(frank, what = 'vertices')

## End(Not run)

allgebrist/algodyn documentation built on Oct. 21, 2019, 2:47 a.m.