windDisp: Dispersal of seeds by wind

Description Usage Arguments Details Value Author(s)

Description

Disperses seeds from a seed matrix by using a 2 dimensional dispersal matrix

Usage

1
  windDisp(SD2D, SEEDS, MASK)

Arguments

SD2D

matrix defining the 2D seed dispersal kernel

SEEDS

matrix specifying the number of seeds to be dispersed

MASK

matrix defining the area in which processing takes place (!is.na(MASK))

Details

A matrix of the same size as SEEDS containing the dispersed seeds

Value

matrix of same size as SEEDS containing the dispersed seeds

Author(s)

Rainer M Krug Rainer@krugs.de


seedDisp documentation built on May 2, 2019, 5:47 p.m.

Related to windDisp in seedDisp...