Displaying 1 result from an estimated 1 matches for "kkpm".
Did you mean:
akpm
2009 Apr 09
1
Random Cluster Generation Question
Hello,
I am fairly new to R, but I am not new to programming at all. I want
to generate random clusters in a 1,000x1,000 box such that I end up
with a total of about 2,000 points. Once done, I need to export the
X,Y coordinates of the points.
I have looked around, and it seems that the spatstat package has what
I need. The rMatClust() function can generate random clusters, but I
have run into