compress.landscape {rmetasim} | R Documentation |
Deprecated, 'clean.landscape()' does the same.
rland <- compress.landscape(rland)
rland |
the Rmetasim landscape object |
exampleland <- new.example.landscape() exampleland <- sim.landscape(exampleland, 4) exampleland.clean <- compress.landscape(exampleland) rm(exampleland)