landscape.compress {rmetasim}R Documentation

Function to resolve inconsistencies within a landscape, deprecated

Description

Deprecated, 'clean.landscape()' does the same.

Usage

  rland <- landscape.compress(rland)

Arguments

rland the Rmetasim landscape object

Examples

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

[Package rmetasim version 1.1.008 Index]