Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: graphic
See also: grxline gryline

Quantlet: grcircle
Description: Generates a circle or ellipse as a graphical object. The circle is centered at (0,0) and has the given radius.

Link:
Usage: gc = grcircle (radius {, col})
Input:
radius scalar
col color
Output:
gc composed graphical object

Example:
library("graphic")
x  = normal(100, 2)
gc = grcircle(3.0)
d  = createdisplay(1,1)
show(d, 1, 1, x, gc)

Result:
shows a bivariate normal disributed dataset and
a circle with radius 3.



Author: S. Klinke, 19970119
(C) MD*TECH Method and Data Technologies, 05.02.2006