plot.mpsth: Plot PSTHs for multiple neurons (or multiple stimuli)

Description Usage Arguments Author(s) See Also

Description

Plot PSTHs for multiple neurons (or multiple stimuli)

Usage

1
2
3
4
5
## S3 method for class '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

Author(s)

jefferis

See Also

psth, plot.psth


jefferis/gphys documentation built on June 5, 2019, 9:45 p.m.