fanc_voxdims | R Documentation |
fanc_voxdims
returns the image voxel dimensions which
are normally used to scale between raw and nm coordinates.
banc_voxdims
returns the image voxel dimensions for the
BANC which are normally used to scale between raw and nm coordinates.
fanc_voxdims(url = choose_fanc(set = FALSE)[["fafbseg.sampleurl"]])
banc_voxdims(url = choose_banc(set = FALSE)[["fafbseg.sampleurl"]])
fanc_nm2raw(x, vd = fanc_voxdims())
fanc_raw2nm(x, vd = fanc_voxdims())
banc_raw2nm(x, vd = banc_voxdims())
banc_nm2raw(x, vd = banc_voxdims())
url |
Optional neuroglancer URL containing voxel size. Defaults to
|
x |
3D coordinates in any form compatible with |
vd |
The voxel dimensions in nm. Expert use only. Normally found automatically. |
relies on nat >= 1.10.4
For fanc_voxdims
A 3-vector
for fanc_raw2nm
and fanc_nm2raw
an Nx3 matrix of
coordinates
fanc_voxdims()
fanc_raw2nm(c(159144, 22192, 3560))
fanc_raw2nm('159144 22192 3560')
## Not run:
fanc_nm2raw(clipr::read_clip())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.