xs2pts | R Documentation |
Converts a 'fluvgeo' cross section data structure from lines to points.
xs2pts(xs_sf)
xs_sf |
sf data frame; a cross section data structure created by the fluvgeo package. |
Returns a sf::sf data frame of cross section lines converted to points.
# Retrieve a cross section data structure
xs_sf <- fluvgeo::sin_riffle_floodplain_dims_L3_sf
# Call the xs2pts function for a cross section
xs_pts <- xs2pts(xs_sf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.