Displaying 1 result from an estimated 1 matches for "z_matrix".
Did you mean:
a_matrix
2001 Nov 06
1
incorrect xlim error message in image() (PR#1160)
...0.01569
507,0.01793722,0.02017937,0.02242152,0.02466368,0.02690583,0.02914798,0.03139013
,0.03363229,0.03587444,0.03811659,0.04035874,0.04932735,0.05156951,0.05381166)
y <- 1
z <-
c(0,0.067,NA,0.167,0.083,0.05,0.067,NA,0,0.1,0,0.05,0.067,0.067,0.016,0.117,0.01
7,-0.017,0.2,0.35,0.134,0.15)
z_matrix(z, length(z),1)
image(x2, y, z)
Error in image(as.double(x), as.double(y), as.integer(zi), col) :
invalid x / y values or limits
image(x2[1:20], y, as.matrix(z[1:20,]))
"OK"
image(x1, y, z)
Error in image(as.double(x), as.double(y), as.integer(zi), col) :
invalid x / y...