plot_info_signature: Plot information signature

Description Usage Arguments Details Examples

View source: R/plot_info_signature.R

Description

Plot information signature

Usage

1
plot_info_signature(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

This function plots the information signature of a given graph.

Examples

1
2
3
4
5
## Not run: 
frucht_graph = make_graph('Frucht')
plot_info_signature(frucht_graph, 'edges')

## End(Not run)

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