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

Description Usage Arguments Examples

View source: R/runsimulation.R

Description

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

Usage

1

Arguments

Rland

the Rmetasim landscape object

Examples

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

rmetasim documentation built on Feb. 8, 2020, 1:06 a.m.