View source: R/make_transect_funs.R
make_wagonwheel_transects | R Documentation |
Create transects from an origin point in a wagonwheel pattern.
make_wagonwheel_transects(origin_layer_path, t_length, spokes, t_size)
origin_layer_path |
Character, path to the .shp file of the polygon or point layer to build transects from. |
t_length |
Numeric, the desired length of transects (in meters). |
spokes |
Numeric, the number of spokes (number of transects) in the wheel design. |
t_size |
Numeric, the size (Y x Y) of the transect cells (in meters). |
A 'sf' object with transect lines and ID numbers in lat long.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.