powered by
Plot positions and species identities of all individuals in a community object.
# S3 method for community plot(x, ..., col = NULL, pch = NULL)
Community object
Other parameters to plot
Colour vector to mark species identities
Plotting character to mark species identities
# NOT RUN { sim1 <- sim_thomas_community(30, 500) plot(sim1) # }
Run the code above in your browser using DataLab