locCircle {geoCount} | R Documentation |
This function simulates a given number of locations equally distributed on a circle.
locCircle(r, np)
r |
the radius of the circle |
np |
the number of locations on the circle |
The center of the circle is (0, 0).
A np \times 2 matrix indicates the x-y coordinates of the locations.
Liang Jing ljing918@gmail.com
locGrid
,
locSquad
,
simData
,
plotData
.
## Not run: loc <- locCircle(1, 40) ## End(Not run)