| rotorVerify | R Documentation |
rotorVerify checks whether the rotor is balanced given the positions
of tubes of equal mass.
rotorVerify(n, pos)
n |
an integer, the number of rotor buckets. |
pos |
an integer vector, the positions of tubes. |
The number of rotor buckets n ranges from 4 to
48. The positions of tubes pos ranges from 1 to n.
rotorVerify returns 1 if the rotor is balanced and
0 if the rotor is unbalanced.
Johnsson M. Balancing a centrifuge. R-bloggers. 2016. Available from: https://www.r-bloggers.com/2016/06/balancing-a-centrifuge/.
rotorCheck for checking centrifuge rotors.
rotorVerify(30, c(10, 20, 30)) rotorVerify(30, c(1, 11, 21, 4, 28))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.