Learn R Programming

rmetasim (version 3.1.14)

landscape.clean: Function to resolve inconsistencies within a landscape

Description

Converts a landscape to internal format and back. This can resolve inconsistencies in a 'hand-built' landscape

Usage

landscape.clean(rland)

Arguments

rland

the Rmetasim landscape object

Examples

Run this code
# NOT RUN {
  exampleland <- landscape.new.example()
  exampleland <- landscape.simulate(exampleland, 4)
  exampleland.clean <- landscape.clean(exampleland)
  rm(exampleland)
# }

Run the code above in your browser using DataLab