compress.landscape {rmetasim}R Documentation

Function to resolve inconsistencies within a landscape, deprecated

Description

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

Usage

  rland <- compress.landscape(rland)

Arguments

rland the Rmetasim landscape object

Examples

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

[Package rmetasim version 1.0.8 Index]