staRdom (version 1.0.3)

norm_array: Normalise 3-dimensional array in first and second dimension

Description

Normalise 3-dimensional array in first and second dimension

Usage

norm_array(eem_array)

Arguments

eem_array

3-dimensional array

Value

array

Examples

Run this code
# NOT RUN {
data(eem_list)

a <- eem2array(eem_list)
an <- norm_array(a)
# }

Run the code above in your browser using DataCamp Workspace