R/flycircuit.R
synapsecolours.neuron.RdPlot a neuron with different coloured synapses depending on partners. Points indicate inputs synapses, and asterisks indicate output synapses.
synapsecolours.neuron(neuron, skids = NULL, col = "black", inputs = T, outputs = T, printout = F)
| neuron | a neuron to plot |
|---|---|
| skids | the skeleton ids of neurons with which synapses are to be shown. Defaults to all partners. |
| col | the colour of the neuron skeleton |
| inputs | whether or not to show input synapses are to be shown |
| outputs | whether or not output synapses are to be shown |
| printout | whether or not to plot a basic legend to indicate what colours mean which neuron |
| ... | additional arguments passed to methods |