image2.Rd
Visualize a matrix
image2(x, ...)
A numeric or integer matrix
parameters to be passed to ggplot2::geom_raster
image2( matrix(c(rnorm(1e5), runif(1e5)), 1e2) )