Description Usage Arguments Details Value Examples
Compute the information spectra
1 | info_spectra(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 |
The information spectra gives the list of information values for the edges or vertices of a graph.
A data frame corresponding to the information spectra of the input graph.
1 2 3 4 5 | ## Not run:
frank <- make_graph("Franklin")
info_spectra(frank, what = 'vertices')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.