plot.array {picohdr} | R Documentation |
Plot method for matrices and arrays
## S3 method for class 'array'
plot(x, interpolate = TRUE, ...)
x |
matrix or array |
interpolate |
Default: TRUE |
... |
other arguments passed to plot() |
None.
filename <- system.file("image/rstats.pfm.bz2", package = "picohdr")
image <- read_pfm(filename)
image <- adj_gamma(image)
plot(image)