Find the supervoxel identifiers of a CRANT neuron
Arguments
- x
One or more FlyWire segment ids
- integer64
Whether to return ids as integer64 type (the default, more compact but a little fragile) rather than character (when
FALSE
).- ...
additional arguments passed to
flywire_leaves
See also
Other crant-ids:
crant_islatest()
,
crant_latestid()
,
crant_rootid()
,
crant_xyz2id()
Examples
if (FALSE) { # \dontrun{
svids=crant_leaves("576460752684030043")
head(svids)
} # }