Plot a 2-dimensional representation of firing rate using the image function included in the graphics package
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 = "")
 | 
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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.