fill.matrix.df: Create dispersal or correlation matrix for RAMAS GIS model

Description Usage Arguments Value

View source: R/fill.matrix.df.r

Description

Creates a Dispersal or Correlation Matrix based on the dispersal-(correlation-)distance function

Usage

1
fill.matrix.df(PopDF, Func, Type)

Arguments

PopDF

Population information from the mp.file structure. Specifically the information in the mp.file$PopList element

Func

Dispersal- or correlation-distance function parameters. Element mp.file$DispDistFunc or mp.file$CorrDistFunc in the mp.file 'list' structure

Type

Either "disp" or "corr" designating the type of matrix to create

Value

Either a dispersal (DispMatr) or correaltion (CorrMatr) matrix, depending on Type setting


mlammens/demgsa documentation built on Aug. 4, 2020, 1:16 a.m.