get_beta_n | R Documentation |
Returns number of free matrix parameters in addition to translation
get_beta_n(dimN, transformation)
dimN |
integer, either 2 or 3 |
transformation |
string, for 2D |
integer, number of free matrix parameters in addition to translation
get_beta_n(2, "euclidean") # should return 2
get_beta_n(3, "affine") # should return 9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.