Function for merging the vegetation and soil based predictions.
Usage
blend_predict(climate = NULL, veg = NULL, soil = NULL)
Arguments
- climate
Matrix of the bioclimatic variables that is matched to the vegetation and/or soil matrices.
- veg
Vector of vegetation based predictions generated by the species_predict function.
- soil
Vector of soil based predictions generated by the species_predict function.