make_wagonwheel_transects: Make transect lines for sampling

View source: R/make_transect_funs.R

make_wagonwheel_transectsR Documentation

Make transect lines for sampling

Description

Create transects from an origin point in a wagonwheel pattern.

Usage

make_wagonwheel_transects(origin_layer_path, t_length, spokes, t_size)

Arguments

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).

Value

A 'sf' object with transect lines and ID numbers in lat long.


paulhegedus/SampleBuilder documentation built on July 21, 2023, 9:35 a.m.