# NOT RUN {
file = system.file("extdata", "spruce.laz", package="TreeLS")
tls = readTLS(file)
### identify stem points
tls = stemPoints(tls, method = stem.hough(max_radius=.2))
plot(tls, color='Stem')
# }
Run the code above in your browser using DataLab