View source: R/insert_to_transmat.R
insert_to_transmat | R Documentation |
Insert values into a transition matrix
from a long array of from
, to
values
Insert values into a cost matrix
from a long array of from
, to
values
Insert values into a probability matrix
from a long array of from
, to
values
insert_to_transmat(dat, mat) insert_to_costmat(dat, mat) insert_to_probmat(dat, mat)
dat |
Long from-to-vals array. Either cost or prob. |
mat |
Transition matrix |
matrix
transition matrix
Probability matrix
#insert_to_transmat(dat, mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.