create.a.network: Create a network

Description Usage Arguments

View source: R/window_functions.R

Description

This function will generate a network from an events dataframe.

Usage

1
create.a.network(data, directed = FALSE, SRI = FALSE)

Arguments

data

Dataframe containing all events. The first two coloums should contain the 'to' and 'from' indentities involved in the interaction, while the third column should contain the 'weight' of the interaction.

directed

Treat the network as directed or not (Default=FALSE).

SRI

Wether to use the simple ratio index or not (Default=FALSE).


tbonne/netTS documentation built on July 26, 2021, 2:27 a.m.