View source: R/Sim_Community.R
plot.community | R Documentation |
Plot positions and species identities of all individuals in a community object.
## S3 method for class 'community'
plot(x, ..., col = NULL, pch = NULL)
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 |
This function is called for its side effects and has no return value.
sim1 <- sim_thomas_community(30, 500)
plot(sim1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.