Skip to content

Commit 7838e30

Browse files
Added image of spike raster plot to README.md
1 parent 3c16b73 commit 7838e30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Version: 1.0
66

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

9+
![Spike Raster Plot](./spikeRasterPlot.png)
10+
911
## Syntax
1012
* `spikeRasterPlot(spikeTimes)` create a spike raster plot with the specified spike timestamps. spikeTimes must be a vector of duration values.
1113
* `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.

0 commit comments

Comments
 (0)