plot.community {mobsim} | R 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 |
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)
[Package mobsim version 0.3.1 Index]