spikeTimeAutocorrelationPlot: Plot a single spike-time autocorrelation

Description Usage Arguments

View source: R/PlotsGeneric.R

Description

Plot a single spike-time autocorrelation

Usage

1
2
3
4
5
6
spikeTimeAutocorrelationPlot(x, y, name = "", axis.y.pos = NA,
  axis.x.pos = 0, axis.y.las = 2, mgp.x = c(0.5, 0.1, 0.1),
  mgp.y = c(0.9, 0.2, 0.1), xlab = "Time (ms)", ylab = "Spikes",
  plotxlim = NA, plotylim = NA, outma = c(0.5, 0.5, 0.5, 0.5),
  margin = c(1.5, 1.5, 1, 0.3), xaxis.at = NA, yaxis.at = NA,
  add.text = "", add.text.pos = c(0, 0.5), ...)

Arguments

x

Numeric vectors with the x values

y

Numeric vectors with the y values

name

Character vectors containing the name of the graph

axis.y.pos

Position of the y axis

axis.x.pos

Position of the x axis

axis.y.las

Orientation of the letters for the label of the y axis

mgp.x

mgp for x axis

mgp.y

mgp for y axis

xlab

Label for the x axis

ylab

Label for the y axis

plotxlim

Limit of the x axis

plotylim

Limit of the y axis

outma

outma for setting par

margin

margin for setting par

xaxis.at

Where the tics are shown on the x axis

yaxis.at

Where the tics are shown on the y axis

add.text

Text to add to the plot

add.text.pos

Position of the text to add, format (x,y)

...

Passed to the lines function


kevin-allen/relectro documentation built on May 20, 2019, 9:06 a.m.