Skip to content

question about simulating patchy landscapes

4 messages · Satterthwaite, Paul, Dylan Beaudette, Edzer Pebesma

#
On Wednesday 24 September 2008, Satterthwaite, Paul wrote:
If you have access to GRASS GIS, check out:
http://grass.itc.it/grass64/manuals/html64_user/r.surf.fractal.html

not sure if there is an implementation in R.
#
On Wednesday 24 September 2008, Satterthwaite, Paul wrote:
Forgot to mention the RandomFields package.

require(RandomFields)
example(soil)
#
... or you could try the geostatistical indicator simulation formalism 
in gstat:

require(gstat)
demo(uisim)
--
Edzer
Dylan Beaudette wrote: