A neuron may have multiple subtrees and therefore multiple roots
rootpoints(x, ...)# S3 method for default
rootpoints(x, ...)
# S3 method for neuron
rootpoints(x, subtrees = 1, ...)
# S3 method for igraph
rootpoints(x, ...)
branchpoints(x, ...)
# S3 method for default
branchpoints(x, ...)
# S3 method for neuron
branchpoints(x, subtrees = 1, ...)
# S3 method for igraph
branchpoints(x, ...)
endpoints(x, ...)
# S3 method for neuron
endpoints(x, subtrees = 1, ...)
# S3 method for igraph
endpoints(x, ...)
# S3 method for default
endpoints(x, ...)
Integer point number of root/branch point
Neuron or other object which might have roots
Further arguments passed to methods
Integer index of the fully connected subtree in
x$SubTrees
. Only applicable when a neuron
consists of
multiple unconnected subtrees.
branchpoints.neuron
returns a list if more than one subtree is
specified
Other neuron:
neuron()
,
ngraph()
,
plot.neuron()
,
potential_synapses()
,
prune()
,
resample()
,
spine()
,
subset.neuron()