synapsecolours.neuron | R Documentation |
Plot 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.