Learn R Programming

IGM.MEA (version 0.3.4.1)

IGM.plot.mean.firingrate.by.well.by.div: plot.mean.firingrate.by.well.by.div

Description

Displays average firing rate by well for each DIV available. First plot well rate in average Hz/electrode and second plot is Hz/total spikes well.

Usage

IGM.plot.mean.firingrate.by.well.by.div(s)

Arguments

s
's' object. must be a list, with each DIV a different entry.

Value

Plot is output, location and path to plot may be controlled by R's plotting apparatus e.g. 'pdf()'

Examples

Run this code
data("S") 
s<-list()
s[[1]]<-S
#plot.mean.firingrate.by.well.by.div(s)

Run the code above in your browser using DataLab