observerXY: Equidistant Points on Transect

View source: R/functions.R

observerXYR Documentation

Equidistant Points on Transect

Description

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.

Usage

observerXY(transect, spacing)

Arguments

spacing

Numeric spacing (in meters) between each point on the transect

transectXY

Two column data-matrix containing the transect's spatial coordinates

Value

Data-frame with spatial coordinates for each specified point on the transect

Examples

observerXY(transect=transectXY, spacing=1)

esbach/CurveTransect documentation built on Oct. 11, 2023, 10:10 p.m.