tripack (version 1.3-9)

circles: plot circles

Description

This function plots circles at given locations with given radii.

Usage

circles(x, y, r, ...)

Arguments

x

vector of x coordinates

y

vector of y coordinates

r

vactor of radii

additional graphic parameters will be passed through

See Also

lines, points

Examples

Run this code
# NOT RUN {
x<-rnorm(10)
y<-rnorm(10)
r<-runif(10,0,0.5)
plot(x,y, xlim=c(-3,3), ylim=c(-3,3), pch="+")
circles(x,y,r)
# }

Run the code above in your browser using DataLab