landscape.clean: Function to resolve inconsistencies within a landscape

Description Usage Arguments Examples

View source: R/landscape.clean.R

Description

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

Usage

1
  rland <- landscape.clean(rland)

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)

stranda/kernelPop2 documentation built on March 30, 2020, 5:37 a.m.