guess_resolution: Guess the voxel resolution in a voxel cloud

Description Usage Arguments Value

View source: R/guess_resolution.R

Description

measure the distance to the nearest neighbour for N_sample voxels and guess the resolution: the majority wins.

Usage

1

Arguments

data

a data.frame or data.table containing the x, y, z, ... coordinates of a voxel cloud.

N_sample

numeric. The number of voxels to sample. Default = 100.

message

logical. FALSE desables the message.

Value

the guessed resolution.


VoxR documentation built on Nov. 16, 2020, 9:14 a.m.