View source: R/Boundary_functions.R
BoundaryCalculation | R Documentation |
This is an internal function to support the BoundaryFinder functions. This function takes the correlation values calculated across the spatial grid and identifies which grid points are at the boundary of of the provenancing region. These results then allow for the construction of compiled trait boundaries from spatial provenancing exercises.
BoundaryCalculation(MapMatrix, PlotValCor)
MapMatrix |
a matrix of correlation values that correspond to grid reference locations |
PlotValCor |
numeric correlation value that is used to determine the most likely origin of the specimen. This value can be calculated by using the correct cross-validation method and identifying the correlation value that will correctly identify a desired percentage of specimens (e.g. 95%). |
This function returns a matrix of logical TRUE/FALSE values identifying the boundary of the desired correlation value.
Ardern Hulme-Beaman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.