extract_lagged_measure_nodes: Extract node level measures from a list of networks when the...

Description Usage Arguments

View source: R/window_functions_nodes.R

Description

This function will estimate node level network measures from a list of networks.

Usage

1
2
extract_lagged_measure_nodes(netlist, measureFun, lag = 1, unique.names,
  firstNet = FALSE)

Arguments

netlist

List of networks.

measureFun

A function that takes two networks as input and returns a single value. The first network is the lagged network, and the second is the current network.

lag

At what lag should networks be compared? The number here will be based on the order of the network list generated. E.g., a list of networks generated using a window shift of 10 days, and a lag of 1, would compare networks 10days apart.

unique.names

A list of all names/nodes in the networks.

firstNet

Wether to make all network comparisons to the first network observed (Default=FALSE).


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