You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apply_plsr(..) to take plsr coefficients/permutation coefficients and input spectra matrix to generate new values in a dataframe.
Options should be:
input coefficients as either R object or a specific file(s)
Input reflectance as either an R matrix or a specific file
wavelength prefix (e.g. "Wave_")
metadata_columns - those in the input spectra to keep in the output object
I don't see this overly complicated but we will want to have a check that wavelengths match. also need to indicate if there is an intercept and where it is.
Im sure other considerations will come up.
Use EcoSIS spectra and built-in coefficients as examples
As part of this build in the Serbin et al 2019 LMA coefficients
The text was updated successfully, but these errors were encountered:
apply_plsr(..) to take plsr coefficients/permutation coefficients and input spectra matrix to generate new values in a dataframe.
Options should be:
input coefficients as either R object or a specific file(s)
Input reflectance as either an R matrix or a specific file
wavelength prefix (e.g. "Wave_")
metadata_columns - those in the input spectra to keep in the output object
I don't see this overly complicated but we will want to have a check that wavelengths match. also need to indicate if there is an intercept and where it is.
Im sure other considerations will come up.
Use EcoSIS spectra and built-in coefficients as examples
As part of this build in the Serbin et al 2019 LMA coefficients
The text was updated successfully, but these errors were encountered: