Description Usage Arguments Examples
View source: R/rs_lidr_makros.R
divide a lidR las* object by given factors. The resulting tiles are written to the outpath folder
1 2 3 4 5 6 7 8 |
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 |
1 2 3 4 | ## 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.