| ngme_ts_make_A | R Documentation |
Make observation matrix for time series
ngme_ts_make_A(loc, replicate = NULL, range = c(min(loc), max(loc)))
loc |
integers (after sorting, no gaps > 1) |
replicate |
indicating replicate measure at same location |
range |
range for the mesh by default range=(min(loc), max(loc)) |
A matrix (length(loc) * length(unique(loc)))
ngme_ts_make_A(c(1, 2, 2), replicate = c(1, 1, 2))
ngme_ts_make_A(c(1, 2, 2), range = c(1, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.