calculateNodeExposure: Calculate node exposure.

Description Usage Arguments Value Author(s)

View source: R/networks.R

Description

Calculates incoming links for a node.

Usage

1
calculateNodeExposure(node, adjMat, statusMat, column = 1)

Arguments

node

Index of the specified node.

adjMat

Adjacency matrix for the network.

statusMat

A matrix with statuses (NA, 0, any positive integer) of each unit. Rownames indicate location names, colnames indicate names of timepoints (e.g. years).

column

Column to analyze.

Value

Statuses of incoming links for the specified node.

Author(s)

Mikhail Churakov


mc30/disnap documentation built on Jan. 18, 2020, 3:44 a.m.