SplitDesign | R Documentation |
SplitDesign will read transect and stratification layers and number transects based on polygon arrangement in the stratification file
SplitDesign(strata.file, transect.file, SegCheck = FALSE, area = "other")
strata.file |
The location of the analysis stratification .shp file |
transect.file |
The location of the design transect .shp file (currently only supports east-west transects) |
SegCheck |
Should a map be drawn to verify the process? TRUE/FALSE |
area |
If area=="CRD" a specific fix is made to EggIsland north/south transects. Otherwise area does not matter. |
SplitDesign is a critically important function to aerial survey analysis. It will read in design transect and design stratifcation and combine the polygons and lines to renumber the design file appropriately. It will catch errors such as slight overhang in design transects and strata, incorrect numbering scheme for a given sample, and incorrectly attributed strata to lines.
spatial lines object with appropriate numbering (retains old numbering)
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.