powered by
rotorSpeed converts rotational speed to relative centrifuge force and vice versa.
rotorSpeed
rotorSpeed(radius, value, type)
rotorSpeed returns a numeric that is the rotational speed in revolutions per minute or the relative centrifuge force in × g.
a numeric, the centrifugal radius in millimeters.
a numeric, the rotational speed in revolutions per minute or the relative centrifuge force in × g.
the type of the above-mentioned value, "rpm" for rotational speed or "rcf" for relative centrifuge force.
value
Rickwood D, editor. Centrifugation: a practical approach. London: Information Retrieval Ltd; 1978. 224 p.
rotorSpeed(100, 12000, "rpm") rotorSpeed(100, 6000, "rcf")
Run the code above in your browser using DataLab