This function normalizes the numeric spectral data in each column to a specified range [min, max], preserving the wavelength column.
Arguments
- .data
A `data.frame` or `tibble` containing spectral data.
- wn_col
A character string specifying the column name for the wavelength data. Default is `"Wn"`.
- min
A numeric value specifying the minimum value of the desired range. Default is 0.
- max
A numeric value specifying the maximum value of the desired range. Default is 1.