# NOT RUN {
# A valid file properly populated
LASfile <- system.file("extdata", "Topography.laz", package="lidR")
las = readLAS(LASfile)
flightlines <- track_sensor(las, Gatziolis2019())
plot(las@header)
plot(flightlines, add = TRUE)
# }
Run the code above in your browser using DataLab