RtoQuadAmplDat: Generates an AMPL dat file from a Stack

Description Usage Arguments Value Author(s) Examples

Description

Generates an AMPL dat file from a Stack in which each file is the projection of a species distribution model into a time slice

Usage

1
RtoQuadAmplDat(Stack, Distance, Threshold, name)

Arguments

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

Value

exports a .dat file to feed the AMPL model

Author(s)

Derek Corcoran <derek.corcoran.barrios@gmail.com>

Javier Fajardo <javierfajnolla@gmail.com >

Examples

1
2
3
data("univariate")
RtoQuadAmplDat(Stack = univariate, Distance = 1000000, Threshold = 0.5,
name = "TeSt")

derek-corcoran-barrios/RtoAmpl documentation built on May 14, 2019, 10:33 a.m.