Cut neurons from another data source to the hemibrain volume.

hemibrain_cut(x, scale = 1, brain = "FAFB14", mirror = FALSE, ...)

Arguments

x

a nat::neuronlist object.

scale

scale x by a factor of scale.

brain

the brainspace to which x is registered.

mirror

whether or not to mirror the hemibrain volume, to which x is cut.

...

methods supplied to nat::nlapply

Value

a nat::neuronlist.

See also

Examples

# \donttest{ if (FALSE) { Cell07PNs.cut = hemibrain_cut(Cell07PNs.cut, brain = "FCWB") }# }