axonic_points | R Documentation |
Extract axonic/dendritic/mixed/primary dendrite points/endpoints/cable from a neuron/neuronlist object
axonic_points(x, ...)
dendritic_points(x, ...)
mixed_points(x, ...)
primary_dendrite_points(x, ...)
primary_neurite_points(x, ...)
axonal_endings(x)
dendritic_endings(x)
axonic_endings(x)
primary_dendrite_endings(x)
primary_neurite_endings(x)
axonic_cable(x, mixed = FALSE, ...)
dendritic_cable(x, mixed = FALSE, ...)
arbour_cable(x, mixed = FALSE, ...)
unsure_cable(x, mixed = FALSE, ...)
primary_dendrite_cable(x, ...)
primary_neurite_cable(x, ...)
tract_cable(x, ...)
x |
a neuron/neuronlist object that has its axons/dendrites labelled in swc format in its neuron$d dataframes |
... |
additional arguments passed to methods |
mixed |
whether or not to include points assigned as uncertain or mixed polarity cable |
a matrix of 3D points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.