Description Usage Arguments Value Author(s) Examples
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.
1 |
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
1 2 3 4 5 | data("S")
s<-list()
s[[1]]<-S
plot_mean_firingrate_by_well_by_div(s)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.