headDirectionPolarPlot: Polar plot of firing rate as a function of head direction

Description Usage Arguments

View source: R/PlotsSpatial.R

Description

Polar representation of firing rate using the polar.plot function of the plotrix package

Usage

1
2
3
4
5
headDirectionPolarPlot(histo, outma = c(0.5, 0.5, 0.5, 0.5), margin = c(0.5,
  0.3, 0.5, 0.3), axis.x.mgp = c(1, 0.3, 0), axis.y.mgp = c(2.2, 0.6, 0),
  cex.x.axis = 0.5, cex.y.axis = 0.5, cex.lab = 0.5, xlab = "",
  ylab = "", show.xlab = TRUE, main.title = "", peak.rate.prefix = "",
  clockwise = TRUE)

Arguments

histo

A data.frame with columns deg and rate, or a numeric vector containing rate values

outma

Outer margins of the figure

margin

Inner margins of the figure

axis.x.mgp

mgp for x axis

axis.y.mgp

mgp for y axis

cex.x.axis

cex for x axis

cex.y.axis

cex for y axis

cex.lab

cex for labels

xlab

Name to display under the x axis

ylab

Name to display at the left of the y axis

show.xlab

Wether of not the xlabel is shown

main.title

A title for the figure

peak.rate.prefix

Additional information to display before the peak firing rate.

clockwise

plot degrees clockwise or anticlockwise


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