Full_Name: Rene Locher
Version: R version 2.5.0 (2007-04-23)
OS: Windows XP
Submission from: (NULL) (160.85.231.54)


image(x = 1:2, y = 1:2,
      z = matrix(c(1,2,3,1,2,3), ncol=2+1),
      col = c("red","blue","green"))

results in: 
Error in image.default(x = 1:2, y = 1:2, z = matrix(c(1, 2, 3, 1, 2, 3),  : 
        dimensions of z are not length(x)(+1) times length(y)(+1)

instead of: 
Error in image.default(x = 1:2, y = 1:2, z = matrix(c(1, 2, 3, 1, 2, 3),  : 
        dimensions of z are not length(x)(-1) times length(y)(-1)
                                          ^                   ^

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to