generatePlotMap: Generate Plot Map

Description Usage Arguments Examples

Description

This generates a random plot map for testing.

Usage

1
2
generatePlotMap(species = 5, plotlength = 1000, plotwidth = 1000,
  maxsize = 100, propSeeds = 0.5, maxnum = 150)

Arguments

species

The number of species to generate within the plot

plotlength

The length of the plot (x axis)

plotwidth

The width of the plot (y axis)

maxsize

A number or vector of the max DBH size of the trees

propSeeds

The number (or vector for each species) of the proportion of trees generated that should be seedlings

maxnum

A number of vector of number of trees per species

Examples

1
2
generatePlotMap(species=3, plotlength=100, plotwidth=100,
maxsize=100, propSeeds=0.5, maxnum=20)

ecology-rocks/disperseR documentation built on May 15, 2019, 7:58 p.m.