extract_subnetwork | R Documentation |
This function extracts smaller sub networks from the run_phonemes output
extract_subnetwork(phonemes_res, targets, n_steps = 3, mode = "all")
phonemes_res |
Phonemes result from the run_phonemes function |
targets |
Network nodes, starting point for the extraction of the sub network |
n_steps |
Number of steps to extract down- or upstream of targets |
mode |
Character constant to specify direction of the extraction. "In" for upstream nodes, "out" for downstream nodes and "all" for both. |
Phonemes sub network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.