scalp.infl(base, numbers, smo = NULL, layout = 1, outnumber=1,
ylims = 12, yrev = FALSE, startmsec = -200, endmsec = 1200,
lwd = c(1, 2), lty = 1, col = "black", out.col = "red",
erplist = NULL, t.axis=seq(-100,endmsec,200), scalp.array=NULL)
data.frame
containing the ERP data.
smooth.spline
). Default is NULL
and no smoothing is applied.
Details
).
TRUE
, the y-axis is plotted with the negative values upward.
Details
.
scalp.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.
erp.infl
, scalp
data(ERPsets)
# Notice that Subject 1 is clearly particularly influential
# for the average on OZ.
scalp.infl(base="Exp1_word_subj", numbers=1:20, layout=1,
startmsec=-200, endmsec=1500, erplist=ERPsets)
Run the code above in your browser using DataLab