Description Usage Arguments Details Value Examples
calDistance
1 2 |
typedist |
default value is 1, other values not implemented yet. |
tabVal |
SpatialPointsDataFrame, contains data points to be used for zoning (spatial coordinates plus attribute values)
result of call to |
listZonePoint |
list of indices of data points within zones, result of call to |
zoneN |
zone neighborhood matrix (TRUE values on diagonal), result of call to |
surfVoronoi |
vector of Voronoi polygon surfaces corresponding to all data points,result of call to |
meanZone |
vector of average attribute values for all zones |
pErr |
error percentage for correcting distances |
calculates matrix of heterogeneities between neighbour zones. max(sigmai2[i],(fxmean*pErr/100)^2) + max(sigmai2[j],(fymean*pErr/100)^2) + (fxmean-fymean)^2
a list with components
matrix of real values, corresponding to heterogeneities between neighbour zones. All other values are set to 0.
corrected distance matrix using pErr
sum or errors obtained by replacing all data values within a zone by the zone mean value
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.