| tamat | R Documentation |
Make a temporal adjacency matrix
tamat(amat, order, type = NULL)
amat |
Adjacency matrix. Row names and column names should be identical and be the names of the variables/nodes. Variable names should be prefixed with their period, e.g. "child_x" for variable "x" at period "child" |
order |
A character vector with the periods in their order. |
type |
The type of adjancency matrix, must be one of |
A tamat object, which is a matrix with a "order"
attribute(a character vector listing the temporal order of the variables
in the adjacency matrix).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.