View source: R/AssignTransect.R
AssignTransect | R Documentation |
AssignTransect will provide the closest transect associated with a point in a clean data set
AssignTransect(full.data, transect.path, trans.id, transect.layer)
full.data |
The data set of georeferenced observations |
transect.path |
The path to the design transect geopackage |
trans.id |
The identifier of the naming column in the design file |
transect.layer |
The layer referenced in the geopackage |
AssignTransect will calculate the nearest design transect to observations in a data file and overwrite the Transect column in the data with the nearest LineString trans.id
data frame of observations with modified Transect column
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.