rotorSpeed {centrifugeR} | R Documentation |
Calculate RPM/RCF
Description
rotorSpeed
converts rotational speed to relative centrifuge force and vice versa.
Usage
rotorSpeed(radius, value, type)
Arguments
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 |
Value
rotorSpeed
returns a numeric that is the rotational speed in
revolutions per minute or the relative centrifuge force in × g.
References
Rickwood D, editor. Centrifugation: a practical approach. London: Information Retrieval Ltd; 1978. 224 p.
Examples
rotorSpeed(100, 12000, "rpm")
rotorSpeed(100, 6000, "rcf")
[Package centrifugeR version 0.1.7 Index]