Description Usage Arguments Value Examples
View source: R/Analyse_real_data.R
Convert spike times to ISI times
1 | spike_to_ISI(spikes, adjust = FALSE)
|
spikes |
spike times |
adjust |
Flag, where if true we do not include the time to first spike |
ISI times
1 2 3 | spikes <- c(3,9,12,15,17,21)
spike_to_ISI(spikes) #Keep time to first spike
spike_to_ISI(spikes,adjust = TRUE) #Remove time to first spike
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.