powered by
Plot positions and species identities of all individuals in a community object.
# S3 method for community plot(x, ..., col = NULL, pch = NULL)
This function is called for its side effects and has no return value.
Community object
Other parameters to graphics::plot
graphics::plot
Colour vector to mark species identities
Plotting character to mark species identities. pch 16 is advised for large datasets
sim1 <- sim_thomas_community(30, 500) plot(sim1)
Run the code above in your browser using DataLab