gen_circleFun: Generate outline of circle

Description Usage Arguments Examples

View source: R/anem_geoprocessing.R

Description

Generate outline of circle

Usage

1
gen_circleFun(circle, npoints = 100, include_data = FALSE)

Arguments

circle

A data.frame with $x, $y, and $r (or $R) columns. $id optional

npoints

Number of points for the circle

include_data

Include additional columns in the circle data.frame

Examples

1
2
3
4
5
6
## Not run: 
circle <- data.frame(x=0,y=0,r=1,foo="hello", bar = "bye")
gen_circleFun(circle, npoints = 5)
gen_circleFun(circle, npoints = 5, include_data=TRUE)

## End(Not run)

gopalpenny/anem documentation built on Dec. 20, 2020, 5:27 a.m.