RasterToAmplDat: 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
2
RasterToAmplDat(Stack, maxalpha = 10, maxbiomass = 2, maxcapacidad = 10,
  name = "Stack", Dist = 1e+06, Threshold, costlayer)

Arguments

Stack

a raster with the space where the species will be inhabiting

maxalpha

the maximum rate of change of the population in optimal coditions, defaults in 10

maxbiomass

the maximum initial biomass of the population in optimal coditions, defaults in 2

maxcapacidad

the maximum biomass of the population in optimal coditions, defaults in 10

name

the name of the .dat file that will be exported, defaults in stack

Dist

the maximum dispersal distance of the species modeled in the stack

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
data("univariate")
RasterToAmplDat(Stack = univariate, Threshold = 0.5)

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