Skip to content

Details section of image.Rd

2 messages · Douglas Bates, Martin Maechler

#
I am having trouble understanding the details section of the man page
for image, especially the sentence

     The length of 'x' should be equal to the 'nrow(x)+1' or 'nrow(x)'.

Should nrow(x) be nrow(z), as indicated by this error message from
image.default

	dimensions of z are not length(x)(+1) times length(y)(+1)
2 days later
#
DougB> I am having trouble understanding the details section
    DougB> of the man page for image, especially the sentence

    DougB>      The length of 'x' should be equal to the
    DougB> 'nrow(x)+1' or 'nrow(x)'.

    DougB> Should nrow(x) be nrow(z), as indicated by this error
    DougB> message from image.default

    DougB> 	dimensions of z are not length(x)(+1) times length(y)(+1)

I'd think that this is a typo and the answer to the question is
"yes" .. (and hence I've just committed the change)

Martin