plot.mean.firingrate.by.well.by.div
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.
plot_mean_firingrate_by_well_by_div(s)
s |
's' object. must be a list, with each DIV a different entry. |
Plot is output, location and path to plot may be controlled by R's plotting apparatus e.g. 'pdf()'
Diana Hall
data("S") s<-list() s[[1]]<-S plot_mean_firingrate_by_well_by_div(s)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.