matimage {varband} | R Documentation |
Black, white and gray stand for positive, zero and negative respectively
matimage(Mat, main = NULL)
Mat |
A matrix to plot. |
main |
A plot title. |
set.seed(123)
p <- 50
n <- 50
phi <- 0.4
true <- varband_gen(p = p, block = 5)
matimage(true)