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"
)

Arguments

cgs

filename of an las file

factor_x

factor to divide in x direction

factor_y

factor to divide in y direction

outpath

path to write to if null nothing is written

las_fn

filname of lasfile if written

proj4

correct proj4 string

Examples

if (FALSE) {
cut_eq(cgs = lidR::readLAS(las_file),factor_x = 4,factor_y = 4 )
}