powered by
Plots individuals from artificial communities with given SAD and spatial clustering.
sim.plot(comm, sad = FALSE, s = 0)
artificial community data from function sim.spatial.
boolean indicating if the SAD plot should also be shown. Default is FALSE.
number of species to plot simultaneously. Default is the number of species in comm.
Function useful for visualizing the results of sim.spatial.
comm <- sim.spatial(1000, 24) sim.plot(comm) sim.plot(comm, sad = TRUE) sim.plot(comm, s = 9)
Run the code above in your browser using DataLab