Description Usage Arguments Value Author(s) Examples
Generates an AMPL dat file from a Stack in which each file is the projection of a species distribution model into a time slice
1 | RtoQuadAmplDat(Stack, Distance, Threshold, name)
|
Stack |
a raster with the space where the species will be inhabiting |
Distance |
the maximum dispersal distance of the species modeled in the stack |
Threshold |
minimum value in the model to allow the species to exist |
name |
the name of the .dat file that will be exported, defaults in stack |
Time |
number of time slices present in the Stack |
costlayer |
raster with the costs of each cell |
exports a .dat file to feed the AMPL model
Derek Corcoran <derek.corcoran.barrios@gmail.com>
Javier Fajardo <javierfajnolla@gmail.com >
1 2 3 | data("univariate")
RtoQuadAmplDat(Stack = univariate, Distance = 1000000, Threshold = 0.5,
name = "TeSt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.