mirror_banc | R Documentation |
Mirror points, neurons in BANC space
mirror_banc(x, units = c("nm", "microns", "raw"), subset = NULL)
x |
Points, neurons or other objects compatible with |
units |
Units for both input and output data. |
subset |
Optional argument to transform only a subset of a neuron list. |
This is mirroring registration is currently not bad in central brain and thoracic ganglion, not so good in abdominal ganglion, very poor in optic lobes.
The transformed object (calibrated according to the units argument)
banc_lr_position
BANC.surf.m <- mirror_banc(BANC.surf)
## Not run:
library(nat)
wire3d(BANC.surf)
# clearly not great in some places, especially optic lobe, but still useful
wire3d(BANC.surf.m, col='red')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.