normalize: Function to normalize array or matrix

Description Usage Arguments Author(s) Examples

View source: R/normalize.R

Description

Function to normalize array or matrix

Usage

1
normalize(data, hidden = F, ref = NULL)

Arguments

data

a 3D array or a matrix

hidden

option to normalize in other dimension than the dimension 3

ref

optionnal picture to keep the max and min values

Author(s)

Dimitri Fichou

Examples

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

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