rotmatrix | R Documentation |
Creates a rotmatrix-class
object.
rotmatrix(a)
a |
A 3 x 3 matrix or 3 x 3 x n array of matrices or an orientation object. |
A rotmatrix-class
object.
Duncan Murdoch
rotmatrix-class
, rotvector
, eulerzyx
,
eulerzxz
, quaternion
, skewvector
, skewmatrix
x <- rotmatrix(matrix(c(1,0,0, 0,1,0, 0,0,1), 3, 3)) x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.