landscape.write {rmetasim}R Documentation

Save a landscape to a file

Description

Save a Rmetasim landscape object to a file

Usage

  rland <- landscape.write(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 <- landscape.new.example()
  landscape.write(exampleland, "exampleland.lnd")

  rm(exampleland)

[Package rmetasim version 1.1.02 Index]