Plot PSTHs for multiple neurons (or multiple stimuli)

# S3 method for mpsth
plot(x, stimTimeCourse = NULL, colStim = "grey80",
  colCI = NULL, xlab = "Time /s", ylab = "Spike Freq /Hz", xlim,
  ylim, lwd = 2, col = 1, labels = NULL, toplot = c("lines", "CI",
  "legend"), ...)

Arguments

x

a list of psth objects (class mpsth)

stimTimeCourse

c(start,end) of stimulus

colStim

colour of stimulus

colCI

Colour of confidence interval (omitted when null)

xlab, ylab

Axis labels

xlim, ylim

Optional axis ranges

lwd

Line width

col

Vector of colours for lines in plot

labels

Optional labels for traces

toplot

Elements of plot to display

...

additional params passed to plot methods

See also