View source: R/fct_cluster_verse.R
getIntFlow | R Documentation |
Get subset of interactions corresponding to a certain viewpoint and flow
getIntFlow(vp, input.data, flow)
vp |
viewpoint cluster |
input.data |
preprocessed/filtered input data |
flow |
one among directed_out, directed_in or undirected |
subset of data
data(input.data) caf_out <- getIntFlow(vp = "CAF", input.data, flow = "directed_out")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.