observerXY | R Documentation |
This function takes a GIS file of a transect and places a point at every meter (or every x meters depending not the spacing you choose). It returns a data-frame with xy coordinates for each meter.
observerXY(transect, spacing)
spacing |
Numeric spacing (in meters) between each point on the transect |
transectXY |
Two column data-matrix containing the transect's spatial coordinates |
Data-frame with spatial coordinates for each specified point on the transect
observerXY(transect=transectXY, spacing=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.