Skip to contents

Display degree angles around a unit circle

Usage

display_angles(x, add = FALSE, col = "darkorange", lwd = 2, ...)

Arguments

x

numeric angles in degrees

add

logical whether to add to an existing plot, default FALSE.

col

character R color to use for arrows, default 'darkorange'.

lwd

numeric line width, default 2.

...

additional arguments are ignored.

Examples

display_angles(jamba::nameVector(c(10, 45, 90, 225)))