Construct a matrix containing the compartment counts at a sequence of census times.

build_census_path(path, census_times, census_columns)

Arguments

path

matrix containing the path to be censused.

census_times

vector of census times.

census_columns

vector of column indices to be censused (C++ indexing beginning at 0).

Value

matrix containing the compartment counts at census times.