Draw a standard face

face(
  shape = "round",
  eyes = "round",
  mouth = "smile",
  hair = NULL,
  nose = NULL,
  ...
)

Arguments

shape

Currently only supports "round" face.

eyes

Currently only supports "round" and "googly" eyes

mouth

Currently supports "smile" and "sad".

hair

Currently only supports "mohawk" and "bald" only.

nose

Currently only supports "simple" nose.

...

Not used currently.