EdgeIntensitiesAndProportions.intensitynet {intensitynet}R Documentation

Calculate all the edge intensities of the graph.

Description

Calculate all the edge intensities of the graph. It's more fast than using iteratively the function EdgeIntensity for all edges.

Usage

## S3 method for class 'intensitynet'
EdgeIntensitiesAndProportions(obj)

Arguments

obj

intensitynet object

Value

intensitynet class object where the graph contains all the edge intensities as an attribute


[Package intensitynet version 1.4.0 Index]