View source: R/rs_lidr_makros.R
tile_eq | R Documentation |
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"
)
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 |
## Not run:
cut_eq(cgs = lidR::readLAS(las_file),factor_x = 4,factor_y = 4 )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.