powered by
synchrony
Plot synchrony objects
# S3 method for synchrony plot (x, main = "", xlab = "Values from randomizations", ylab = "Frequency", line.col = "red", lty = 2, lwd = 1, col = "grey", …)
synchrony object
main title of the figure
xlabel of the figure. Default is "Values from randomizations"
ylabel of the figure. Default is "Frequency"
color of the vertical line indicating the value observed in the data. Default is "red"
line type. Default is 2 or dashed
line width. Default is 1
color of the bars. Default is grey
other graphical parameters.
# NOT RUN { comm.rand=matrix(runif(100), nrow=5, ncol=20) comm.rand.sync=community.sync(comm.rand, nrands=20) plot(comm.rand.sync) # }
Run the code above in your browser using DataLab