getEulers {Rquake} | R Documentation |
Get Eulers Angles
Description
Given a covariance matrix calculated with Vlocate, extract euler's angles for plotting in rgl
Usage
getEulers(R)
Arguments
R |
covarince matrix |
Details
Extract the euler angles for plotting an ellipsoid. psi about X-axis, theta about Y axis, phi about Z-axis.
Value
vector, phi theta psi
Note
Used in conjunction with ROTcovQUAKE
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
ROTcovQUAKE
Examples
options(rgl.useNULL = TRUE)
R = matrix( runif(9), ncol=3)
getEulers(R)
[Package Rquake version 2.5-1 Index]