mosaic generates multiple plots in a single window. Plots are average waveforms
for each subject. Each plot shows all conditions present in the data frame.
mosaic(data, electrodes, cols = 5, rows = 5)load.dataload.data) do not have a header, you
must include a capital "V" in front of the number and enclose each electrode in quotes.
(For example, electrodes = "V78", or electrodes = c("V78", "V76").)Single electrodes can be passed to the package functions, or several electrodes can be provided (i.e., when using dense arrays) and those electrodes will be averaged together as a single electrode.
# Inspect average ERP waveforms for each subject
mosaic(ERPdata, electrodes = "V78", cols = 5, rows = 5)
Run the code above in your browser using DataLab