plot.array {picohdr}R Documentation

Plot method for matrices and arrays

Description

Plot method for matrices and arrays

Usage

## S3 method for class 'array'
plot(x, interpolate = TRUE, ...)

Arguments

x

matrix or array

interpolate

Default: TRUE

...

other arguments passed to plot()

Value

None.

Examples


filename <- system.file("image/rstats.pfm.bz2", package = "picohdr")
image <- read_pfm(filename)
image <- adj_gamma(image)
plot(image)


[Package picohdr version 0.1.1 Index]