Description Usage Arguments Value Author(s) Examples
mean location for spherical (longitude/latitude) coordinates that deals with the angularity. I.e., the mean of longitudes -179 and 178 is 179.5
1 | geomean(xy, w)
|
xy |
matrix with two columns (longitude/latitude), or a SpatialPoints or SpatialPolygons object with a longitude/latitude CRS |
w |
weights (vector of numeric values, with a length that is equal to the number of spatial features in |
Ccoordinate pair (numeric)
Robert J. Hijmans
1 2 3 |
Loading required package: sp
x y
[1,] -179 12
[2,] 179 14
[3,] 177 16
x y
[1,] 179 14
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.