print.im
From spatstat v1.19-2
by Adrian Baddeley
Print Brief Details of an Image
Prints a very brief description of a pixel image object.
Usage
## S3 method for class 'im':
print(x, \dots)
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
data(letterR)
U <- as.im(letterR)
U
Community examples
Looks like there are no examples yet.