Description Usage Arguments Examples
Converts a landscape to internal format and back. This can resolve inconsistencies in a 'hand-built' landscape
1 | landscape.clean(rland)
|
rland |
the Rmetasim landscape object |
1 2 3 4 | exampleland <- landscape.new.example()
exampleland <- landscape.simulate(exampleland, 4)
exampleland.clean <- landscape.clean(exampleland)
rm(exampleland)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.