raster: function to plot an image

View source: R/raster.R

rasterR Documentation

function to plot an image

Description

function to plot an image

Usage

raster(data, main = "", Title.dim = F, interpolate = F, ...)

Arguments

data

an array, or a matrix

main

an optionnal title

Title.dim

should the dimension be indicated on the plot

...

Arguments to be passed to methods

Author(s)

Dimitri Fichou

Examples

data <- f.read.image(source='www/rTLC_demopicture.JPG',height=128)
data %>% raster(main='HPTLC plate',Title.dim=T)

DimitriF/quanTLC documentation built on Sept. 12, 2023, 5:35 p.m.