View source: R/neuron_morphology.R
geodesic_distance | R Documentation |
Calculate the geodesic distance through an arbour between synapses.
geodesic_distance(x, graph.distance = TRUE, Label = 1, ...)
## S3 method for class 'neuron'
geodesic_distance(x, graph.distance = TRUE, Label = 1, ...)
## S3 method for class 'neuronlist'
geodesic_distance(x, graph.distance = TRUE, Label = 1, ...)
x |
a |
graph.distance |
logical, whether to use geodesic distance in terms of node number ( |
Label |
defaults to 1, so distances to soma are chosen. If 7, then distance from primary neurite's branchpoint. |
... |
methods passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.