Skip to contents

Calculate 10, 20, 30, 40, and 50 km buffers around a given set of radar survey sites.

Usage

radar_buffers(surveys)

Arguments

surveys

A dataframe of cleaned radar survey data; i.e., the output from process_radar_data().

Value

An sf object

Examples

surveys <- process_radar_data("~/Documents/path/to/radar/data.xlsx")
#> Error: `path` does not exist: ‘~/Documents/path/to/radar/data.xlsx’
buffs <- radar_buffers(surveys)
#> Error: 'st_centroid' is not an exported object from 'namespace:dplyr'
plot(sf::st_geometry(buffs))
#> Error in eval(expr, envir, enclos): object 'buffs' not found