
repeatedTrain
object) where
each train was acquired during,
say, one presentation of a given stimulus, a raster plot is
generated. If stimulus time properties are specified, the stimulus
application time also appears on the plot.
"plot"(x, stimTimeCourse = NULL, colStim = "grey80", xlim, pch, xlab, ylab, main, ...)
raster(x, stimTimeCourse = NULL, colStim = "grey80", xlim, pch, xlab, ylab, main, ...)
repeatedTrain
object or a list which can be
coerced to such an object.NULL
(default) or a two elements vector
specifying the time boundaries (in s) of a stimulus presentation.plot
.plot
.plot
.plot
.plot
.plot
.raster
is used for its side effect, a
plot is generated on the current graphical device.
as.repeatedTrain
,
is.repeatedTrain
,
print.repeatedTrain
,
summary.repeatedTrain
,
psth
## Load Vanillin responses data (first cockroach data set)
data(CAL1V)
## convert them into repeatedTrain objects
## The stimulus command is on between 4.49 s and 4.99s
CAL1V <- lapply(CAL1V,as.repeatedTrain)
## look at the individual raster plots
raster(CAL1V[["neuron 1"]],stimTimeCourse=c(4.49,4.99),main="N1")
plot(CAL1V[["neuron 2"]],stimTimeCourse=c(4.49,4.99),main="N2")
plot(CAL1V[["neuron 3"]],stimTimeCourse=c(4.49,4.99),main="N3")
plot(CAL1V[["neuron 4"]],stimTimeCourse=c(4.49,4.99),main="N4")
Run the code above in your browser using DataLab