# NOT RUN {
#- import tls data
tls=data.table::fread(system.file("extdata", "Tree_t0.asc", package="VoxR"))
#- run noise filter
clean=VoxR::filter_noise(tls,store_noise = TRUE)
#- plot the result (noise in red)
rgl::open3d()
rgl::plot3d(clean,col=clean$Noise,add=TRUE)
# }
Run the code above in your browser using DataLab