Description Usage Arguments Value
A function for creating a network graph from a statement of interest in the form of a dataframe.
1 | create_graph(statement_of_interest = statement, root_nodes = NA)
|
statement_of_interest |
A dataframe of the statement of interest, often generated from a call to find_statement. Must have the column names parent and child. |
root_nodes |
A character vector of element names to place at the highest level of the graph. This function increases the root_nodes display size. |
An igraph object from the list of edges in the statement dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.