plotMeanPhaseLagOverTime: Plot mean phase lags from other locations

Description Usage Arguments Author(s)

View source: R/phase.R

Description

Plot mean phase lags from other locations.

Usage

1
2
3
4
plotMeanPhaseLagOverTime(slideMat, sel = 1:nrow(slideMat), colors = c("red",
  "yellow", "green", "blue"), legendSize = 1, legendNcol = 1, cex = 0,
  xlim = c(1, ncol(slideMat)), ylim = c(-pi, pi), xlab = "Time",
  ylab = "Phase lag from other regions", ...)

Arguments

slideMat

A matrix of phase angles.

sel

Vector of locations to use for the plot.

colors

Vector of colors to create a palette for different locations.

legendSize

Size of the legend.

legendNcol

Number of columns in the legend.

cex

.

xlim

.

ylim

.

xlab

.

ylab

.

...

Additional graphical parameters.

Author(s)

Mikhail Churakov (mikhail.churakov@pasteur.fr).


mc30/wasp documentation built on Sept. 14, 2020, 4:20 a.m.