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