View source: R/segmentize_transect.R
segmentize_transect | R Documentation |
Segmentize transects
segmentize_transect(transect_obj, length_m, to = "MULTILINESTRING")
transect_obj |
sf dataframe. Transect data. |
length_m |
numeric. Length of the segments desired. |
to |
character. Format desired for the output. |
sf dataframe. Segmentized transect data.
data("dataset_transects") segs <- segmentize_transect(transect_obj = dataset_transects, length_m = 2000, to = "LINESTRING") head(segs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.