print.im: Print Brief Details of an Image

View source: R/summary.im.R

print.imR Documentation

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, ...)

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.

Author(s)

\adrian

and \rolf

See Also

print, im.object, summary.im

Examples

  U <- as.im(letterR)
  U

spatstat.geom documentation built on May 29, 2024, 4:09 a.m.