generateTopography: Generate topography

Description Usage Arguments Value Examples

View source: R/generateTopography.R

Description

Generate topography

Usage

1
2
3
4
5
6
7
8
generateTopography(
  grid = 20,
  topography = "sinusoidal",
  Elim = 5,
  amplitude = 1,
  ruggedness = 1,
  plot = 1
)

Arguments

grid

int. Number of cells per side of the matrix.

topography

char. Topography generator between 'sinusoidal', 'squarediamond' or 'paracou'.

Elim

double. Environmental matrix extrme (absolute value).

amplitude

double. Amplitude of the sinusoidal functional.

ruggedness

double. Ruggedness parameter.

plot

int. Plot number between 1 and 15 (a cell size is 3x3m).

Value

A matrix of TWI for the simulator.

Examples

1

sylvainschmitt/ecoevosimulator documentation built on Nov. 19, 2020, 8:04 a.m.