EArandom {RSpincalc} | R Documentation |
EArandom
generates uniform random Euler Angles.
EArandom(n=NA, EulerOrder='zyx', tol = 10 * .Machine$double.eps, ignoreAllChk=FALSE)
n |
Optional integer for the number of generated Euler Angles, default = 1. |
EulerOrder |
Euler Order (xyx, yzy, zxz, xzx, yxy, zyz, xyz, yzx, zxy, xzy, yxz, zyx). |
tol |
Tolerance from deviations from unity for the determinant of rotation matrices or the the vector length for unitary vectors. |
ignoreAllChk |
Logical, TRUE=disables all warnings and error checks (use with caution!). |
EA |
Euler Angles (EA). |
Jose Gama
EArandom()
EArandom(5)