landscape.clean: Function to resolve inconsistencies within a landscape

View source: R/landscapeIO.R

landscape.cleanR Documentation

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

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

stranda/rmetasim documentation built on Aug. 25, 2023, 12:22 p.m.