spatstat (version 1.47-0)

print.im: Print Brief Details of an Image

Description

Prints a very brief description of a pixel image object.

Usage

"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

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