Learn R Programming

anipaths (version 0.10.5)

network_interp: Synchronous interpolation of network using piece-wise constant interpolation

Description

Synchronous interpolation of network using piece-wise constant interpolation

Usage

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

Value

array of dimension n.indiv, n.indiv, length(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