constraintNorm {mdatools} | R Documentation |
Method for normalization constraint
Description
Normalize rows of matrix to unit length or area
Usage
constraintNorm(x, d, type = "length")
Arguments
x |
data matrix (spectra or contributions) |
d |
matrix with the original spectral values |
type |
type of normalization ("area", "length" or "sum") |
[Package mdatools version 0.14.1 Index]