get_num_ae
Adds a field to a 's' spike object 'nae' that lists for each well the # of active electrodes (electodes firing > 5spike/minute).
get_num_ae(s2)
s2 |
an 's' object containing spike trains, channel names, etc. |
returns 'nae' field in 's' which is a vector of # of active electrodes (electodes firing > 5 spikes/minute). Each vector entry is named by the well to which the data corresponds.
Diana Hall
data("S") # load data b<-get_num_ae(S) b$nae
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.