plot.synchrony: Plot 'synchrony' objects

Description Usage Arguments Author(s) Examples

Description

Plot synchrony objects

Usage

1
2
3
4
  ## S3 method for class 'synchrony'
 plot(x, main = "", xlab = "Values from randomizations", 
                            ylab = "Frequency", line.col = "red", lty = 2, 
                            lwd = 1, col = "grey", ...)

Arguments

x

synchrony object

main

main title of the figure

xlab

xlabel of the figure. Default is "Values from randomizations"

ylab

ylabel of the figure. Default is "Frequency"

line.col

color of the vertical line indicating the value observed in the data. Default is "red"

lty

line type. Default is 2 or dashed

lwd

line width. Default is 1

col

color of the bars. Default is grey

...

other graphical parameters.

Author(s)

Tarik C. Gouhier (tarik.gouhier@gmail.com)

Examples

1
2
3
comm.rand=matrix(runif(100), nrow=5, ncol=20)
comm.rand.sync=community.sync(comm.rand, nrands=20)
plot(comm.rand.sync)

synchrony documentation built on March 26, 2020, 7:14 p.m.