netintensity: Intensity Calculation over networks

Description Usage Arguments Value Author(s)

View source: R/netintensity.R

Description

Calculates edgewise and mean nodewise intensity fucntion for undirected networks

Usage

1
netintensity(adj, x.coord.node, y.coord.node, x.event, y.event)

Arguments

adj

A adjacency matrix encoding network structure

x.coord.node

X-coordinates of node in network

y.coord.node

Y-coordinates of node in network

x.event

X-coordinates of event

y.event

Y-coordinates of event

Value

counts vector containing the mean.intensity per node

edge.counts array containing edge.intensity for adjacent edges

g underlying graph object

deg Vector of degrees per node

Author(s)

Matthias Eckardt


MckEatt/intensitynet documentation built on May 7, 2019, 4:55 p.m.