Skip to content
Prev 10861 / 63424 Next

Details section of image.Rd

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