plot.community: Plot spatial community object

Description Usage Arguments Examples

View source: R/Sim_Community.R

Description

Plot positions and species identities of all individuals in a community object.

Usage

1
2
## S3 method for class 'community'
plot(x, ..., col = NULL, pch = NULL)

Arguments

x

Community object

...

Other parameters to plot

col

Colour vector to mark species identities

pch

Plotting character to mark species identities

Examples

1
2
sim1 <- sim_thomas_community(30, 500)
plot(sim1)

mobsim documentation built on March 23, 2021, 1:09 a.m.