View source: R/transects_sample.R
transect_sample | R Documentation |
This is a wrapper for st_line_sample. The PEM transect lines are used to generate a minimum of one point per line segment. Additional sample points are added at a minimum distance of 5 metres.
transect_sample(lines, mdist = 5)
lines |
is a sf LINES object. |
mdist |
Optional with a default of 5m |
Note: current version does not include the raster method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.