Description Usage Arguments Value Examples
View source: R/generateTopography.R
Generate topography
| 1 2 3 4 5 6 7 8 | generateTopography(
  grid = 20,
  topography = "sinusoidal",
  Elim = 5,
  amplitude = 1,
  ruggedness = 1,
  plot = 1
)
 | 
| 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). | 
A matrix of TWI for the simulator.
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.