if (FALSE) {
LASfile <- system.file("extdata", "MixedConifer.laz", package="lidR")
las = readLAS(LASfile)
# Full manual tree detection
ttops = locate_trees(las, manual())
# Automatic detection with manual correction
ttops = locate_trees(las, lmf(5))
ttops = locate_trees(las, manual(ttops))
}
Run the code above in your browser using DataLab