Description Usage Arguments Details Value See Also
This function implements standard measures of agreement between vectors.
1 | aSpatialIndex(x, y, method = "pearson")
|
method |
is the index requested. One of 'Pearson', 'concordance', 'rmse', 'rmae', 'coef', 'wilm1', 'wilm2', 'bias', 'crm' |
The aSpatialIndex
is a function with several basic measures for comparing maps where two observations (e.g., modelled and observed, time 1 time 2, simulation A and simulation B) are measured over each unit. These measures are 'a-spatial' and can be used on any numeric vectors. Non-vector data types are not supported, so values from spatial object classes such as sp
and raster
must be extracted ('$' or '[]' respectively).
aSpatialIndex
returns a numeric vector with the index value
spatialcompare
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.