scalp(categ, smo = NULL, layout = 1,
ylims = "auto", yrev = TRUE, startmsec = -200, endmsec = 1200,
lwd = 1, lty = 1, color.list = c("blue", "red", "darkgreen"),
legend = F, legend.lab = "default", t.axis = seq(-100, endmsec, 200),
scalp.array=NULL)
layout
will be plotted. The other electrodes will be ignored.
smooth.spline
). Default is NULL
and no smoothing is applied.
Details
).
TRUE
, the y-axis is plotted with the negative values upward.
categ
categ
categ
TRUE
a legend with object names is drawn in the top-right corner of the array.
categ
.
Details
.
categ
argument, a list must be specified even if only one object is plotted.categ
argument, a list must be specified even if the plot is on only one objectscalp.array
. The names specified will be plotted from top to bottom and from left to right. If "blank"
is specified an empty panel will be plotted. If "xaxis"
is specified a x axis indicating time will be plotted. If "yaxis"
is specified a y axis indicating voltage will be plotted.
scalp.t
, scalp.infl
, erp
data(ERPsets)
word=grandaverage("Exp1_word_subj", 1:20, erplist=ERPsets)
nonword=grandaverage("Exp1_nonword_subj", 1:20, erplist=ERPsets)
scalp(list(word), layout=1, ylim=10)
scalp(list(word, nonword), layout=1, ylim=10, legend=TRUE)
Run the code above in your browser using DataLab