Average geometric angles

avg_angles(x, w = 1, maxAngle = 360, na.rm = TRUE, ...)

Examples

x <- c(90, 180);
avg_angles(x);
#> [1] 135