tran.profile: Calculate the Profile Along a Transect
Description
This function determines the profile spatial coordinates along a transect.
Usage
tran.profile(vertices)
Arguments
vertices
a matrix with rows corresponding to the transect vertices and columns to spatial coordinates.
Value
A matrix with rows corresponding to locations along a profile. Variables associated with each location include:
llll{
[,1]x numeric locations on the x-axis
[,2]y numeric locations on the y-axis
[,3]h numeric locations on the local x-axis.
[,4]z numeric locations on the z-axis
}