powered by
divide a lidR las* object by given factors. The resulting tiles are written to the outpath folder
tile_eq( cgs, factor_x = 4, factor_y = 4, outpath = NULL, las_fn = "cut", proj4 = "+init=epsg:32632" )
filename of an las file
factor to divide in x direction
factor to divide in y direction
path to write to if null nothing is written
filname of lasfile if written
correct proj4 string
# NOT RUN { cut_eq(cgs = lidR::readLAS(las_file),factor_x = 4,factor_y = 4 ) # }
Run the code above in your browser using DataLab