Skip to content
Prev 15048 / 29559 Next

pattern simulation in R

On 12/05/12 04:15, Wall, Wade A ERDC-RDE-CERL-IL wrote:
There is a wide variety of pattern simulation functions in the 
"spatstat" package
(which you appear to be using already).  Execute ?spatstat and then 
scroll down
a little to "To simulate a random point pattern:" to see a list of the 
possibilities.

I'm not sure what you mean by a pattern being "overdispersed".  Do you mean
exhibiting repulsion ("unusual regularity")?  This can be simulated 
using the Strauss
process (via rmh() or rStrauss()) or the hardcore process (using 
rmh()).  The
function rSSI() also simulates patterns with (a different version of) 
hardcore
repulsion.

Clustered patterns can be simulated via, e.g. rThomas() and rMatClust().

"Random" (I presume you mean Poisson) patterns can be simulated using
rpoispp().

Is there some form of pattern generation that you want that is *not* 
currently
provided by "spatstat"?

     cheers,

         Rolf Turner