geosphere (version 1.5-18)

randomCoordinates: Random or regularly distributed coordinates on the globe

Description

randomCoordinates returns a 'uniform random sample' in the sense that the probability that a point is drawn from any region is equal to the area of that region divided by the area of the entire sphere. This would not happen if you took a random uniform sample of longitude and latitude, as the sample would be biased towards the poles.

regularCoordiaates returns a set of coordinates that are regularly distributed on the globe.

Usage

randomCoordinates(n)
regularCoordinates(N)

Value

Matrix of lon/lat coordiantes

Arguments

n

Sample size (number of points (coordinate pairs))

N

Number of 'parts' in which the earth is subdived )

Author

Robert Hijmans, based on code by Nils Haeck (regularCoordinates) and on suggstions by Michael Orion (randomCoordinates)

Examples

Run this code
randomCoordinates(3)
regularCoordinates(1)

Run the code above in your browser using DataLab