norm_array {staRdom} | R Documentation |
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
data(eem_list)
a <- eem2array(eem_list)
an <- norm_array(a)
[Package staRdom version 1.1.28 Index]