write.landscape {rmetasim} | R Documentation |
Save a landscape to a file
Description
Save a Rmetasim landscape object to a file
Usage
rland <- write.landscape(rland=l,fn="mylandscape.lnd")
Arguments
rland |
the Rmetasim landscape object |
fn |
the path and name of the file to save the landscape to |
Examples
## Needs write access to the current directory, files created!!
exampleland <- new.example.landscape()
write.landscape(exampleland, "exampleland.lnd")
rm(exampleland)
[Package
rmetasim version 1.0.3
Index]