rootpoints | R Documentation |
A neuron may have multiple subtrees and therefore multiple roots
rootpoints(x, ...)
## Default S3 method:
rootpoints(x, ...)
## S3 method for class 'neuron'
rootpoints(x, subtrees = 1, ...)
## S3 method for class 'igraph'
rootpoints(x, ...)
branchpoints(x, ...)
## Default S3 method:
branchpoints(x, ...)
## S3 method for class 'neuron'
branchpoints(x, subtrees = 1, ...)
## S3 method for class 'igraph'
branchpoints(x, ...)
endpoints(x, ...)
## S3 method for class 'neuron'
endpoints(x, subtrees = 1, ...)
## S3 method for class 'igraph'
endpoints(x, ...)
## Default S3 method:
endpoints(x, ...)
x |
Neuron or other object which might have roots |
... |
Further arguments passed to methods |
subtrees |
Integer index of the fully connected subtree in
|
branchpoints.neuron
returns a list if more than one subtree is
specified
Integer point number of root/branch point
Other neuron:
neuron()
,
ngraph()
,
plot.neuron()
,
potential_synapses()
,
prune()
,
resample()
,
spine()
,
subset.neuron()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.