[Rd] image(): wrong comment in error message (PR#9707)

rene.locher at zhwin.ch rene.locher at zhwin.ch
Thu May 24 13:08:41 CEST 2007


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)
                                          ^                   ^



More information about the R-devel mailing list