getMaxCorner {AMAPVox} | R Documentation |
Gets the x, y, z coordinates of the voxel space top right corner.
Description
Gets the x, y, z coordinates of the voxel space top right corner.
Usage
getMaxCorner(vxsp)
## S4 method for signature 'VoxelSpace'
getMaxCorner(vxsp)
Arguments
vxsp |
the |
Value
the x, y, z coordinates of the voxel space top right corner, as a numerical vector.
Examples
# load a voxel file
vxsp <- readVoxelSpace(system.file("extdata", "tls_sample.vox", package = "AMAPVox"))
# retrieve 'max_corner' parameter
getMaxCorner(vxsp)
[Package AMAPVox version 2.2.1 Index]