Description Usage Arguments Value Examples
Get basic properties of graph
1 | get_graph_properties(f_graph, f_sim_map = NULL, simplified = TRUE)
|
f_graph |
igraph object, out put from graph.adjacency |
f_sim_map |
Optional TDAmapper object |
simplified |
Boolean. If TRUE, return a numeric vectors of basic properties. If FALSE, return a more comprehensive list of properties including maximal connected components and number of elements in each node. |
List or numeric vector of different properties including number of graph components, number of nodes, median degree, edge density, etc.
1 2 3 | my_tda <- map_tda(scaled_lab_mat)
my_graph <- make_tda_graph(my_tda, processed_data, 'time')
get_graph_properties(my_graph)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.