read.landscape {rmetasim}R Documentation

Load a landscape from a file

Description

Load a Rmetasim landscape from a file into an R object.

Usage

  rland <- read.landscape(fn="mylandscape.lnd")

Arguments

fn the path and name of the file containing the landscape

Examples

  ## Needs write access to the current directory, files created!!
  write.landscape(new.example.landscape(), "exampleland.lnd")
  exampleland <- read.landscape("exampleland.lnd")
  exampleland
  rm(exampleland)

[Package rmetasim version 1.0.8 Index]