landscape.compress: Function to resolve inconsistencies within a landscape,...

View source: R/runsimulation.R

landscape.compressR Documentation

Function to resolve inconsistencies within a landscape, deprecated

Description

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

Usage

   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)

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