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