# NOT RUN {
#- import tls data
tls=data.table::fread(system.file("extdata", "Tree_t0.asc", package="VoxR"))
#- voxelisation with full.grid option
voxels=VoxR::vox(tls,0.3,full.grid = TRUE)
#- plot the voxels
VoxR::plot_voxels_full_grid(voxels)
# }
Run the code above in your browser using DataLab