spatstat (version 1.60-1)

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.

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
# NOT RUN {
  data(letterR)
  U <- as.im(letterR)
  U
# }

Run the code above in your browser using DataCamp Workspace