circleFun: function to draw a circle

Description Usage Arguments Examples

View source: R/circledraw.R

Description

This function draws a circle with given parameters

Usage

1
circleFun(center = c(0, 0), diameter = 1, npoints = 100)

Arguments

center

vector of length 2 with coordinates for the center (dfaults to c(0,0))

diameter

numeric indicating diamter (defaults to 1)

npoints

number of points (defaults to 100)

Examples

1
2
3
4
## Short example

# Load precomputed example data
#TODO: find test object

CMET-UGent/CMETNGS documentation built on Dec. 12, 2020, 8:22 a.m.