network_interp {anipaths}R Documentation

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)

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

Value

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


[Package anipaths version 0.10.3 Index]