spatstat (version 1.8-7)

print.im: Print Brief Details of an Image

Description

Prints a very brief description of a pixel image object.

Usage

print.im(x)
 x

Arguments

x
Pixel image (object of class "im").

synopsis

print.im(x, ...)

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