View source: R/hemibrain_visualise.R
hemibrain_type_plot | R Documentation |
Plot your selected neuron (rightmost pane) and then see all of the neurons in the hemibrain project that belong to the types you have plotted (left pane).
hemibrain_type_plot(
bodyids = NULL,
someneuronlist = NULL,
brain = hemibrainr::hemibrain.surf,
print = TRUE,
meta = NULL
)
hemibrain_multi3d(..., someneuronlist = hemibrain_neurons())
bodyids |
bodyids for the neurons you want to plot. If |
someneuronlist |
a neuronlist or neuron object to plot. If |
brain |
a |
print |
logical, whether or not to print the name of the cell_types being plotted and their Body IDs. |
meta |
a |
... |
vector lists of bodyids, each of which will be plotted in a different set of colours. |
Plots coloured neuron(s)
plot3d_split
## Not run:
# Choose neurons
ids = c("605063393", "573708714", "485387561", "5813083717")
# Plot
hemibrain_type_plot(ids)
# Plot multi
open3d()
a = c("546511447", "573333903", "577546843", "573333284", "573683455",
"609941228", "604368022")
b = c("573670049", "579576294", "727838223", "696432315")
hemibrain_multi3d(a, b)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.