f.read.image.multiple: Deprecated. Function to read multiple image file

Description Usage Arguments Author(s) Examples

View source: R/f.read.image.multiple.R

Description

Deprecated. Function to read multiple image file

Usage

1
2
f.read.image.multiple(source, native = F, height, Normalize = F,
  ls.format = F)

Arguments

source

the path of the file

native

should the data be return natively or as a 3D array

height

redimension the file

ls.format

use to return a list instead of an array

Author(s)

Dimitri Fichou

Examples

1
2
data <- f.read.image('www/rTLC_demopicture.JPG',format='jpeg',native=F,height=256)
data %>% raster()

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