Learn R Programming

rayimage (version 0.26.1)

print.rayimg: Print method for rayimg

Description

Displays the working colorspace and non-neutral camera metadata alongside a numeric preview.

Usage

# S3 method for rayimg
print(x = NULL, preview_n = 10, decimals = 3, color = TRUE, ...)

Value

Invisibly returns x.

Arguments

x

Default NULL. A rayimg object.

preview_n

Default 10. Max rows/cols to display in numeric preview.

decimals

Default 3. Number of decimal places to display in numeric preview.

color

Default TRUE. Colorize headers and R/G/B/A numeric cells when supported.

...

Default ``. Ignored.