clean.landscape {rmetasim} | R Documentation |
Function to resolve inconsistencies within a landscape
Description
Converts a landscape to internal format and back. This can
resolve inconsistencies in a 'hand-built' landscape
Usage
rland <- clean.landscape(rland)
Arguments
rland |
the Rmetasim landscape object |
Examples
exampleland <- new.example.landscape()
exampleland <- sim.landscape(exampleland, 4)
exampleland.clean <- clean.landscape(exampleland)
rm(exampleland)
[Package
rmetasim version 1.0.8
Index]