sim.plot: Plots of simulated species spatial distributions.

View source: R/BAT.R

sim.plotR Documentation

Plots of simulated species spatial distributions.

Description

Plots individuals from artificial communities with given SAD and spatial clustering.

Usage

sim.plot(comm, sad = FALSE, s = 0)

Arguments

comm

artificial community data from function sim.spatial.

sad

boolean indicating if the SAD plot should also be shown. Default is FALSE.

s

number of species to plot simultaneously. Default is the number of species in comm.

Details

Function useful for visualizing the results of sim.spatial.

Examples

comm <- sim.spatial(1000, 24)
sim.plot(comm)
sim.plot(comm, sad = TRUE)
sim.plot(comm, s = 9)

BAT documentation built on Oct. 11, 2023, 1:07 a.m.

Related to sim.plot in BAT...