plot_cutting_places: Plot the cutting places

Description Usage Arguments Details Examples

View source: R/plot_info_signature.R

Description

Plot the cutting places

Usage

1
plot_cutting_places(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 differences of consecutive values of the information signature.

Examples

1
2
3
4
5
## Not run: 
meredith_graph = make_graph('Meredith')
plot_cutting_places(meredith_graph)

## End(Not run)

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