Learn R Programming

rmetasim (version 3.1.14)

landscape.compress: 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

Run this code
# NOT RUN {
  exampleland <- landscape.new.example()
  exampleland <- landscape.simulate(exampleland, 4)
  exampleland.clean <- landscape.compress(exampleland)
  rm(exampleland)
# }

Run the code above in your browser using DataLab