powered by
Applies a rigid body transformations to a landmark configuration or array
rigidbody(X,transx=0,transy=0,transz=0,thetax=0,thetay=0,thetaz=0)
k x m matrix, or k x m x n array where k = number of landmarks and m = no of dimensions and n is no of specimens
negative shift in x-coordinates
negative shift in y-coordinates
negative shift in z-coordinates
Rotation about x-axis in degrees
Rotation about y-axis in degrees
Rotation about z-axis in degrees
The transformed coordinates (X - trans) Rx Ry Rz
# NOT RUN { data(gorf.dat) plotshapes ( rigidbody(gorf.dat , 0, 0, 0, 0, 0, -90 ) ) # }
Run the code above in your browser using DataLab