Skip to content
Prev 2000 / 29559 Next

(no subject)

Yong Li wrote:
This should give you the indices of pts that fall in poly[11].
You can randomly sample this by
one.index = sample(index, 1)
and select the point by
pts[c(one.index,two.index),]
etc.

HTH,
--
Edzer