powered by
MAT for many environmental variables simultaneously. More efficient than calculating them separately for each variable.
multi.mat(training.spp, envs, core.spp, noanalogues = 10, method = "sq-chord", run = "both")
Matrix of predictions
Community data
Environmental variables - or simulations
Optional fossil data to make predictions for
Number of analogues to use
distance metric to use
Return LOO predictions or predictions for fossil data
Richard Telford Richard.Telford@bio.uib.no
Telford, R. J. and Birks, H. J. B. (2009) Evaluation of transfer functions in spatially structured environments. Quaternary Science Reviews 28: 1309--1316. tools:::Rd_expr_doi("10.1016/j.quascirev.2008.12.020")
data(arctic.env) data(arctic.pollen) mMAT <- multi.mat(arctic.pollen, arctic.env[,9:67], noanalogues = 5)
Run the code above in your browser using DataLab