extract_lagged_measure_network: Extract measures from a list of networks when the measure...

Description Usage Arguments

View source: R/window_functions_graph.R

Description

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

Usage

1
2
extract_lagged_measure_network(netlist, measureFun, lag = 1,
  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.

firstNet

If TRUE the comparison between networks is always between the current and first network.


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