raster: function to plot an image

Description Usage Arguments Author(s) Examples

View source: R/raster.R

Description

function to plot an image

Usage

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

Arguments

data

an array, or a matrix

main

an optionnal title

Title.dim

should the dimension be indicated on the plot

inv

set pixel 0,0 in top left as it should be, usefull for interactive plot.

...

Arguments to be passed to methods

Author(s)

Dimitri Fichou

Examples

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

DimitriF/DLC documentation built on Oct. 14, 2020, 4:33 p.m.