Skip to content

creating point sample of polygons using spsample

1 message · Tim Howard

#
Spencer,
If you have the energy to try a different approach, I've had good success using the spsurvey package for this kind of thing. It generates spatially-balanced random points and can accommodate what you need. The setup is kind of complex, but there are some pretty good vignettes, including this one:
 
http://cran.at.r-project.org/web/packages/spsurvey/vignettes/Area_Design.pdf 
 
You want the stratified, equal probability, GRTS survey design (begins on page 9). 

Cheers, 
Tim