Dispatch point on a map
On 11/11/14 00:14, MBASSO Ilyass wrote:
Dear, I have a question regarding using R in order to dispatch a group of points in a map in order to cover the all map. Each point have a buffer around (Drive time), representing the zone covered by each point. I would like to know if R can bring a solution to that problem, and if Yes if someone can support to answer this issue.
It sounds like what you want is a hard core point process. Check out the function rSSI() (random simple sequential inhibition) from the spatstat package; also look at the function rmh() from that package (use cif="hardcore" in the model specification). cheers, Rolf Turner
Rolf Turner Technical Editor ANZJS