create_erpimage: Function for creating an ERP image

Description Usage Arguments

View source: R/epoch_images.R

Description

Function for creating an ERP image

Usage

1
create_erpimage(data, electrode, smoothing, clim, interpolate = FALSE)

Arguments

data

Data frame to be plotted. Requires an amplitude column.

electrode

electrode at which to generate an ERP image.

smoothing

Number of trials to smooth over when generating image

clim

Character vector of min and max values of plotting colour range. e.g. c(-5,5). Defaults to min and max.

interpolate

Turn on geom_raster() interpolation for smoother images.


neuroconductor-devel-releases/eegUtils documentation built on May 5, 2020, 3:49 a.m.