Geom for matrix
Creates a tile geom for plotting a matrix
## S3 method for class 'matrix' gg(data, mapping = NULL, ...)
A geom_tile with reversed y scale.
Other geomes for inla and inlabru predictions:
gg.data.frame()
,
gg.prediction()
,
gg()
,
gm()
A <- matrix(runif(100), nrow = 10) ggplot() + gg(A)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.