Description Usage Arguments Details Examples
View source: R/analyze_rl_network.R
This function will map all RL interactions
1 2 3 4 5 6 7 8 9 10 11 12 | analyze_rl_network(
input,
h = 8,
w = 8,
prefix = "",
mult = 1,
layout = FALSE,
subset = FALSE,
subset_on = "connected",
merge_singles = T,
cluster_type = "louvain"
)
|
input |
the input network from plot_rl_network |
h |
the height of images |
w |
the height of images |
prefix |
a character to be appended to start of file names |
This will use the calc_agg_bulk results to ID networks
1 | ex_sc_example <- id_rl(input = ex_sc_example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.