Skip to content

Commit

Permalink
Added image of spike raster plot to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkraus authored Nov 11, 2021
1 parent 3c16b73 commit 7838e30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Version: 1.0

This chart creates a spike raster plot from spike time stamps with optional trial and group data.

![Spike Raster Plot](./spikeRasterPlot.png)

## Syntax
* `spikeRasterPlot(spikeTimes)` create a spike raster plot with the specified spike timestamps. spikeTimes must be a vector of duration values.
* `spikeRasterPlot(spikeTimes, trials)` create a spike raster plot with the specified trial assignment for each spike time. trials must be a vector of equal length to the spike times and of type categorical or be convertible to categorical.
Expand Down

0 comments on commit 7838e30

Please sign in to comment.