Description Usage Arguments Details Examples
Creates a data frame with columns for well firing rate, mean electrode firing rate, well name and DIV. See details for computations.
1 |
s |
Well firing rate= total spikes per well/recording time. |
Well firing rate= total spikes per well/recording time. Electrode level firing rate= average across all electrodes in a well( total spikes on electrode/recording time)
1 2 3 4 | data("S")
res<-compute_mean_firingrate_by_well(S)
res[1:4,]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.