Learn R Programming

mobsim (version 0.1.0)

plot.community: Plot spatial community object

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
sim1 <- sim_thomas_community(30, 500)
plot(sim1)

# }

Run the code above in your browser using DataLab