NDScanKNearest: NDScanKNearest

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

NDScanKNearestR Documentation

NDScanKNearest

Description

FUNCTION_DESCRIPTION

Usage

NDScanKNearest(nodes, edges, k, directed = FALSE, bipartite = FALSE)

Arguments

nodes

PARAM_DESCRIPTION

edges

PARAM_DESCRIPTION

k

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.