Each observation is treated as a unit vector, or point on the unit
circle. The resultant vector of the observations is found, and the
direction of the resultant vector is returned. An NA
is
returned if the weighted resultant length is less than
.Machine
.
If w
is missing then all elements of x
are given the same
weight, otherwise the weights coerced to numeric by as.numeric
and normalized to sum to one.
Missing values in w
are not handled specially and so give a
missing value as the result. However, zero weights are handled
specially and the corresponding x
values are omitted from the
computation.