spBuffer: Buffer the GPR lines

spBufferR Documentation

Buffer the GPR lines

Description

Returns the buffered lines as polygon(s)

Usage

spBuffer(x, d, combine = TRUE)

## S4 method for signature 'GPR'
spBuffer(x, d)

## S4 method for signature 'GPRsurvey'
spBuffer(x, d, combine = TRUE)

## S4 method for signature 'sfc'
spBuffer(x, d, combine = TRUE)

## S4 method for signature 'sf'
spBuffer(x, d, combine = TRUE)

Arguments

x

[GPR|GPRsurvey] An object of the class GPR or GPRsurvey

d

[numeric(1)] buffer distance

combine

[logical(1)] If TRUE, returns the buffer for all the GPR lines together. Otherwise it returns the buffer for each line.

Value

[sfc] Polygon as a simple feature geometry list-column.


emanuelhuber/RGPR documentation built on May 13, 2024, 9:31 p.m.