faceA: Draw a face

Description Usage Arguments Details

View source: R/figures.R

Description

Draws a face, consisting of a rectangle for the border, circles for eyes, and a line for the mouth.

Usage

1
2
3
4
faceA(x, y, width, height)
faceB(x, y, width, height)
faceC(x, y, width, height)
faceD(x, y, width, height)

Arguments

x, y, width, height

Numeric values or unit objects specifying the location and size of the face.

Details

The functions faceA and faceB are graphics functions to be used for their side effect of producing graphical output. The functions faceC and faceD return a grob representing a face (and produce no output).


RGraphics documentation built on July 8, 2020, 5:48 p.m.

Related to faceA in RGraphics...