Extract the support vectors from the SVM model for a taxon and descale them.
Arguments
- taxon
A string containing the taxon code for a taxon, see
elements::TaxonomicBackbone.
Value
A data frame containing 11 columns, containing the support vector points for each variable in length(elements::VariableNames)
Examples
if (FALSE) {
elements::startup(); elements::extract_svs(taxon = "carex_nigra")
}