Skip to contents

Extract voxel dimensions from a neuroglancer scene

Usage

# S3 method for class 'ngscene'
voxdims(x, units = c("nm", "um", "microns", "mm", "m"), ...)

Arguments

x

A neuroglancer scene as generated by ngl_decode_scene.

units

Optionally specify output units for the voxel dimensions. NA uses the original units.

...

additional arguments (currently ignored)

See also