Description Usage Arguments Details Examples
View source: R/plot_info_signature.R
Plot information signature
1 | plot_info_signature(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 information signature of a given graph.
1 2 3 4 5 | ## Not run:
frucht_graph = make_graph('Frucht')
plot_info_signature(frucht_graph, 'edges')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.