print.exr_type: Print 'exr_type' objects

View source: R/utils.R

print.exr_typeR Documentation

Print 'exr_type' objects

Description

Print 'exr_type' objects

Usage

## S3 method for class 'exr_type'
print(x, ...)

Arguments

x

exr_type object

...

other arguments passed on to NextMethod

Value

None

Examples

bbox <- exr_type$box2i(0, 0, 1, 1)
print(bbox)

picohdr documentation built on Oct. 28, 2024, 5:08 p.m.