View source: R/oxy-SSNtools.R View source: R/SSNtools.R
NDScanRadius | R Documentation |
FUNCTION_DESCRIPTION
NDScanRadius(
nodes,
edges,
radius,
min = 3,
directed = FALSE,
bipartite = FALSE
)
nodes |
PARAM_DESCRIPTION |
edges |
PARAM_DESCRIPTION |
radius |
PARAM_DESCRIPTION |
min |
PARAM_DESCRIPTION |
directed |
(optional) boolean value of whether network density should be calculated as a directed graph. |
bipartite |
(optional) boolean value of whether the data is a bipartite network |
DETAILS
a list of two dataframes. The first R datafrmae contains a column of node label, and a column of heat associated with the node. The second R dataframe contains the edge pairs and a boolean column indicating whether the edge is within the scanning window.
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.