# NOT RUN {
data(pc_tree)
#Applying voxels counting.
voxels_counting(pc_tree, min_size = 2)
#Voxels counting using bootstrap on the H indexes with 1000 repetitions.
voxels_counting(pc_tree, min_size = 2, bootstrap = TRUE, R = 1000)
# }
Run the code above in your browser using DataLab