tidy_transects: Tidy transects Read in gpx file of planned survey transects...

View source: R/functions.R

tidy_transectsR Documentation

Tidy transects Read in gpx file of planned survey transects (as either route or track) and convert to sf LINESTRING object

Description

Tidy transects Read in gpx file of planned survey transects (as either route or track) and convert to sf LINESTRING object

Usage

tidy_transects(
  file_name,
  dir = NULL,
  type = "route",
  depth_cutoff_object = NULL
)

Arguments

route

true/false whether the object is a route (= linestring object)

Examples

## Not run:: test <- tidy_transects(file_name = "18km_full_2.gpx", iteration = 2, route = FALSE)

elisekeppel/cemore documentation built on Feb. 13, 2025, 11:57 a.m.