Rdocumentation
powered by
Learn R Programming
rotations (version 0.1)
pointsXYZ: Project rotation data onto sphere
Description
Projection of rotation matrices onto sphere with given center.
Usage
pointsXYZ(data, center, column = 1)
Arguments
data
data frame of rotation matrices in $3\times 3$ matrix representation.
center
point about which to center the observations.
column
integer 1 to 3 indicating which column to display.
Value
Data frame with columns X, Y, Z standing for the respective coordinates in 3D space.