Combines spectral data (tibble class) and chemical
data (tibble class).
join_spc_chem(spc_tbl, chem_tbl, by = "sample_id")
Arguments
- spc_tbl
Tibble that contains spectral data
- chem_tbl
Tibble that contains chemical reference values of
the samples
- by
character of column name that defines sample_ID
Value
Tibble joined by sample_id