spatstat.geom (version 3.2-9)

print.im: Print Brief Details of an Image

Description

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.

Author

Adrian Baddeley Adrian.Baddeley@curtin.edu.au

and Rolf Turner rolfturner@posteo.net

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
  U <- as.im(letterR)
  U

Run the code above in your browser using DataLab