Displaying 1 result from an estimated 1 matches for "pipettes".
Did you mean:
palettes
2008 May 06
4
Is there in R a function equivalent to the mround, as found in most spreadsheets?
...o
achieve the results than using spreadsheets.
But there's a problem.
Imagine that for a particular cuvette (I have 112 different cuvettes !!)
you have to mix the following volumes of solution A, B, and C respectively.
c(1803.02, 193.51, 3.47)
Each solution is to be taken with 3 different pipettes (5000, 250 and 10
?L Volume max) and each of those delivers volumes in steps of 50 ?L, 5
?L or 1?L, respectively
Since the above values would eventually become
c(1800, 195, 3)
it is then necessary to recalculate all the final concentrations
of A, B and C, because the volumes are changed.
I...