plot.community: Plot spatial community object

View source: R/Sim_Community.R

plot.communityR Documentation

Plot spatial community object

Description

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

Usage

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

Arguments

x

Community object

...

Other parameters to graphics::plot

col

Colour vector to mark species identities

pch

Plotting character to mark species identities. pch 16 is advised for large datasets

Value

This function is called for its side effects and has no return value.

Examples

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


FelixMay/MoBspatial documentation built on April 1, 2024, 2:18 a.m.