spatstat (version 1.10-3)

print.im: Print Brief Details of an Image

Description

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

print, im.object, summary.im

Examples

Run this code
data(letterR)
  U <- as.im(letterR)
  U

Run the code above in your browser using DataCamp Workspace