This function normalizes the numeric spectral data in each column to the [0, 1] range, preserving the wavelength column.
spec_norm_01(.data, wn_col = NULL)
A `tibble` with the normalized spectral data, containing the wavelength column and the normalized numeric columns.
A `data.frame` or `tibble` containing spectral data.
A character string specifying the column name for the wavelength data. Default is `"Wn"`.