getMaxCorner | R Documentation |
Gets the x, y, z coordinates of the voxel space top right corner.
getMaxCorner(vxsp)
## S4 method for signature 'VoxelSpace'
getMaxCorner(vxsp)
vxsp |
the |
the x, y, z coordinates of the voxel space top right corner, as a numerical vector.
# load a voxel file
vxsp <- readVoxelSpace(system.file("extdata", "tls_sample.vox", package = "AMAPVox"))
# retrieve 'max_corner' parameter
getMaxCorner(vxsp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.