What do I need to do to get mva's heatmap() to title its plots? i.e. from the example: set.seed(132) x <- matrix(runif(1000), 50, 20) hv <- heatmap(x, col = topo.colors(32), main = "Random U[0,1] heatmap") Produces no title. Thanks, Dave.