compatible.im {spatstat} | R Documentation |
Tests whether two pixel image objects have compatible dimensions.
compatible.im(A, B)
A,B |
Pixel images (objects of class "im" ). |
This function tests whether the pixel images A
and B
have compatible pixel dimensions. They are compatible if they have
the same number of rows and columns, the same physical pixel
dimensions, and occupy the same rectangle in the plane.
Logical value: TRUE
if the images are compatible, and FALSE
if they are not.
Adrian Baddeley adrian@maths.uwa.edu.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner rolf@math.unb.ca http://www.math.unb.ca/~rolf