create_circle: Create circular boundary box

View source: R/create_circle.R

create_circleR Documentation

Create circular boundary box

Description

Create circular boundary centred on a set location

Usage

create_circle(location, radius = 1000)

Arguments

location

A vector consisting of easting and northing, e.g. c(349950, 673605)

radius

Radius (in metres) around the location to be displayed.

Value

A circular st polygon.

Examples


create_circle(location = c(349950, 673605), radius = 1500)

n-fanton/aesmapr documentation built on May 7, 2022, 12:09 a.m.