landscape.clean: Function to resolve inconsistencies within a landscape

Description Usage Arguments Examples

View source: R/landscapeIO.R

Description

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

Usage

1

Arguments

rland

the Rmetasim landscape object

Examples

1
2
3
4
  exampleland <- landscape.new.example()
  exampleland <- landscape.simulate(exampleland, 4)
  exampleland.clean <- landscape.clean(exampleland)
  rm(exampleland)

rmetasim documentation built on Feb. 8, 2020, 1:06 a.m.