NDScanRadius: NDScanRadius

View source: R/oxy-SSNtools.R View source: R/SSNtools.R

NDScanRadiusR Documentation

NDScanRadius

Description

FUNCTION_DESCRIPTION

Usage

NDScanRadius(
  nodes,
  edges,
  radius,
  min = 3,
  directed = FALSE,
  bipartite = FALSE
)

Arguments

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

DETAILS

Value

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.

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

friendlycities-gatech/SSNtools documentation built on Sept. 13, 2023, 10:40 a.m.