
Exchanges the
flipxy(X)
# S3 method for owin
flipxy(X)
# S3 method for ppp
flipxy(X)
# S3 method for psp
flipxy(X)
# S3 method for im
flipxy(X)
Spatial dataset. An object of class
"owin"
, "ppp"
, "psp"
or "im"
.
Another object of the same type, representing the
result of swapping the
This function swaps the affine
,
but flipxy
is faster.
The function flipxy
is generic, with methods
for the classes of objects listed above.
# NOT RUN {
data(cells)
X <- flipxy(cells)
# }
Run the code above in your browser using DataLab