getMinCorner: Gets the x, y, z coordinates of the voxel space bottom left...

getMinCornerR Documentation

Gets the x, y, z coordinates of the voxel space bottom left corner.

Description

Gets the x, y, z coordinates of the voxel space bottom left corner.

Usage

getMinCorner(vxsp)

## S4 method for signature 'VoxelSpace'
getMinCorner(vxsp)

Arguments

vxsp

the VoxelSpace object.

Value

the x, y, z coordinates of the voxel space bottom left corner, as a numerical vector.

Examples

# load a voxel file
vxsp <- readVoxelSpace(system.file("extdata", "tls_sample.vox", package = "AMAPVox"))
# retrieve 'min_corner' parameter
getMinCorner(vxsp)

AMAPVox documentation built on June 22, 2024, 12:03 p.m.