print.im
From spatstat v1.64-1
by Adrian Baddeley
Print Brief Details of an Image
Prints a very brief description of a pixel image object.
Usage
# S3 method for im
print(x, …)
Arguments
- x
Pixel image (object of class
"im"
).- …
Ignored.
Details
A very brief description of the pixel image x
is printed.
This is a method for the generic function print
.
See Also
Examples
# NOT RUN {
data(letterR)
U <- as.im(letterR)
U
# }
Community examples
Looks like there are no examples yet.