rotorSpeed | R Documentation |
rotorSpeed
converts rotational speed to relative centrifuge force and vice versa.
rotorSpeed(radius, value, type)
radius |
a numeric, the centrifugal radius in millimeters. |
value |
a numeric, the rotational speed in revolutions per minute or the relative centrifuge force in × g. |
type |
the type of the above-mentioned |
rotorSpeed
returns a numeric that is the rotational speed in
revolutions per minute or the relative centrifuge force in × g.
Rickwood D, editor. Centrifugation: a practical approach. London: Information Retrieval Ltd; 1978. 224 p.
rotorSpeed(100, 12000, "rpm") rotorSpeed(100, 6000, "rcf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.