Description Usage Arguments Value Examples
View source: R/create_landscape.R
This function creates an initial virtual landscape to run the simulations
1 | create_virtual_landscape(climRange = c(-2.61, 5.07), cellSize = 0.8)
|
climRange |
vector, annual mean temperature with the respective North and South limits. Values must be between -5.3 and 12.2 to respect the parameterization boundary. |
cellSize |
numeric, size of the cell of the landscape in Km. Recommended cell size is between 0.3 and 5 km. |
a list with the (i) initial landscape, (ii) scaled temperature gradient, (iii) landscape dimensions, (iv) position and neighbor are internal objects to run the model in parallel.
1 | initLand = create_virtual_landscape(climRange = c(-2.61, 5.07), cellSize = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.