Description Usage Arguments Details Examples
View source: R/plot_info_signature.R
Plot the cutting places
1 | plot_cutting_places(x, what, block_size = 4, offset = 4)
|
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 |
offset |
offset required to estimate the Kolmogorov-Chaitin complexity of |
This function plots the differences of consecutive values of the information signature.
1 2 3 4 5 | ## Not run:
meredith_graph = make_graph('Meredith')
plot_cutting_places(meredith_graph)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.