firingRateMapPlot: Plot a single firing rate map

Description Usage Arguments

View source: R/PlotsSpatial.R

Description

Plot a 2-dimensional representation of firing rate using the image function included in the graphics package

Usage

1
2
3
firingRateMapPlot(m, name = "", outma = c(2, 2, 2, 2), margin = c(1, 1, 1,
  1), cex.title = 0.5, cex.name = 0.5, xlab = "", ylab = "",
  main.title = "", peak.rate.prefix = "")

Arguments

m

A data.frame or matrix containing the data of the firing rate map. If a data.frame is given as argument, it should have the column names x, y and rate

name

Character vector giving the name of the firing rate map which is displayed before the max firing rate

outma

Outer margins of the figure

margin

Inner margins of the figure

cex.title

Size of the font use for the title

cex.name

Size of the font use for the name of the map

xlab

Name to display under the x axis

ylab

Name to display at the left of the y axis

main.title

A title for the figure

peak.rate.prefix

Additional information to display before the peak firing rate.


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