Applies the OSSL-distributed pre-trained PLSR / Cubist models for a
set of soil properties to pre-processed spectra. Pre-trained models
are loaded from ossl_models, a named list of property models
that each must implement a predict(model, X) interface
returning a data.frame with columns value, pi95_low,
pi95_high. When ossl_models is NULL, the
synthetic predictor is used.
Arguments
- X
A pre-processed numeric matrix (rows = horizons, columns = wavelengths).
- properties
Character vector of OSSL-supported property names.
- region
One of
"global","south_america","north_america","europe","africa".- ossl_models
Optional named list of pre-trained models, keyed by property name.
- ...
Reserved.
