landscape.clean {kernelPop}R 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

  rland <- 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)

[Package kernelPop version 0.9.09 Index]