lasR_subset: subset tiles in a lasR project

Description Usage Arguments Details Author(s) See Also Examples

View source: R/lasR_subset.R

Description

supply a polygon and subset tiles in a lasR project

Usage

1
2
lasR_subset(path_project, path_shapefile, dir_out = "",
  ignore_proj4 = T, return = F, plot = T)

Arguments

path_project

path to project file

path_shapefile

path to shapefile

dir_out

where to put subset

ignore_proj4

should proj4 differences be ignored

return

should the subset project be returned

plot

show a plot of project subset

Details

<Delete and Replace>


Revision History

1.0 2017 April 14 Implemented

Author(s)

Jacob Strunk <Jstrunk@fs.fed.us>

See Also

lasR_project
scan_las
scan_dtm

Examples

1
2
3
4
 lasR_proj_small=lasR_subset("C:\\projects\\2017_WA_DSM_Pilot\\DSM_Pilot_A_lasR\\intersections.csv"
 ,"C:\\projects\\2017_WA_DSM_Pilot\\boundary\\extentB.shp"
 ,dir_out="C:\\projects\\2017_WA_DSM_Pilot\\DSM_Pilot_A_lasR\\subset_project\\"
 )

jstrunk001/lasR documentation built on April 20, 2020, 7:24 a.m.