getMaxCorner.Rd
Gets the x, y, z coordinates of the voxel space top right corner.
getMaxCorner(vxsp)
# S4 method for VoxelSpace
getMaxCorner(vxsp)
the VoxelSpace
object.
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)
#> x y z
#> 7.5 4.0 3.5