bufferCircle: bufferCircle

Description Usage Arguments Value Author(s) Examples

View source: R/bufferCircle.r

Description

This function buffers a point by a specified radius n.

Usage

1
bufferCircle(lonlat, radius, npoints = 100)

Arguments

lonlat

= the position to buffer

radius

= the radius in kilometers to buffer

npoints

= number of discrete points to create (default is 100)

Value

data.frame of 101 indivual points of $lat and $lon

Author(s)

Adam Cook, Adam.Cook@dfo-mpo.gc.ca

Examples

1
bufferCircle(c(-64.15,44.75),100)

AtlanticR/bio.utilities documentation built on June 21, 2020, 7:43 p.m.