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