mean.firingrate.by.well
Creates a data frame with columns for well firing rate, mean electrode firing rate, well name and DIV. See details for computations.
compute_mean_firingrate_by_well(s)
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)
data("S") res<-compute_mean_firingrate_by_well(S) res[1:4,]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.