Angle of polarization (e-vector orientation) from Stokes parameters
Source:R/polarization.R
angle_of_polarization.Rd$$AoP = \tfrac{1}{2}\,\mathrm{atan2}(U, Q)$$. Polarization orientation is
axial (period 180 degrees); the value is returned in degrees in the half-open
range (-90, 90].
Value
Angle of polarization in degrees, in (-90, 90]. The result is
NA where both Q and U are zero because orientation is
undefined. Scalar inputs are broadcast; incompatible lengths are rejected.