network_interp function

Synchronous interpolation of network using piece-wise constant interpolation

Synchronous interpolation of network using piece-wise constant interpolation

network_interp(network = NULL, network.times, time.grid)

Arguments

  • network: array of network observations of dimension (n.indiv, n.indiv, length(network.times))
  • network.times: vector of times at which network observations are made
  • time.grid: times at which network will be interpolated

Returns

array of dimension n.indiv, n.indiv, length(time.grid))

  • Maintainer: Henry Scharf
  • License: GPL-3
  • Last published: 2025-03-02

Useful links