mplot | R Documentation |
Plot matrix-valued time series, can be also used to plot a given slice of a tensor-valued time series.
mplot(xx)
xx |
|
a figure.
dim <- c(3,3,3)
xx <- tenAR.sim(t=50, dim, R=2, P=1, rho=0.5, cov='iid')
mplot(xx[1:30,,,1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.