powered by
get_transect_length acquires the length of a transect based on a known marker spacing of the data markers stored in pcl data.
get_transect_length
get_transect_length(df, marker.spacing)
data frame of unprocessed PCL data
distance between transect markers, typically 5 or 10 m
length of transect
Returns the transect length of a given PCL file given a known marker spacing.
# NOT RUN { # Get the length of the transect given a known spacing between data markers transect.length <- get_transect_length(pcl_data, marker.spacing = 10) # }
Run the code above in your browser using DataLab