Learn R Programming

briskaR (version 1.0.4)

st_squared_geometry: Add squared frame polygon

Description

Return a square frame surrounding a list of sf

Usage

st_squared_geometry(list_sf, buffer_dist = NULL)

Arguments

list_sf

A list of objects of class sf

buffer_dist

numeric; buffer distance for all, or for each of the elements in x; in case dist is a units object, it should be convertible to arc_degree if x has geographic coordinates, and to st_crs(x)$units otherwise. See function `sf_buffer` from package `sf` for details