paint_circle: Draw a circle to an image

View source: R/pictplot.R

paint_circleR Documentation

Draw a circle to an image

Description

Draw a circle to an image

Usage

paint_circle(im, cy, cx, r, color)

Arguments

im

an image

cy

circle center x

cx

circle center y

r

circle radius

color

circle color

Value

an image

Examples

im = paint_circle(regatta, 100, 200, 20, c(1, 0.2, 0.2))
plot(im)

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.