linearRatePlot: Plot a linear rate histogram from a SpatialProperties1D...

Description Usage Arguments

View source: R/PlotsSpatial.R

Description

In development

Usage

1
2
3
4
5
linearRatePlot(sp1, n = 1, outma = c(1, 1, 1, 0), margin = c(1.5, 2, 0.8,
  0.3), axis.x.pos = 0, axis.y.pos = 0, axis.y.las = 2, mgp.x = c(0.5,
  0.05, 0), mgp.y = c(0.8, 0.3, 0.2), xlab = "Position (cm)",
  ylab = "Rate (Hz)", xaxis.at = seq(0, 80, 20), yaxis.at = seq(0, 50,
  10), ...)

Arguments

sp1

SpatialProperties1d object

n

Index of the histogram in the sp1 object that you want to plot

outma

Outer margins of the figure

margin

Inner margins of the figure

axis.x.pos

position of x axis

axis.y.pos

position of y axis

axis.y.las

las of y axis

mgp.x

mgp for x axis

mgp.y

mgp for y axis

xlab

Name to display under the x axis

ylab

Name to display at the left of the y axis

xaxis.at

where to put the tics

yaxis.at

where to put the tics

...

passed to the plot function


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