View source: R/landscape.clean.R
landscape.clean | R Documentation |
Converts a landscape to internal format and back. This can resolve inconsistencies in a 'hand-built' landscape
rland <- landscape.clean(rland)
rland |
the Rmetasim landscape object |
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.