rigid.transf | R Documentation |
Creates a transformation matrix for clockwise rotation by 'alpha' degrees followed by a translation with an offset of (h, k). Points are assumed to be centered at (0, 0).
rigid.transf(h = 0, k = 0, alpha = 0)
h |
Numeric: offset along x axis |
k |
Numeric: offset along y axis |
alpha |
rotation angle |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.