getVoxelSize | R Documentation |
Gets the elemental size of a voxel (dx, dy, dz) in meter.
getVoxelSize(vxsp)
## S4 method for signature 'VoxelSpace'
getVoxelSize(vxsp)
vxsp |
the |
the size of the voxel in meter, as a numerical vector.
# load a voxel file
vxsp <- readVoxelSpace(system.file("extdata", "tls_sample.vox", package = "AMAPVox"))
# retrieve voxel size
getVoxelSize(vxsp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.