Description Usage Arguments Value Examples
Given a bleaching simulation of n_time_points
time-points, this function
tells you the bleaching rate that will result in the final time-point having
bleached by a fraction frac
relative to the first time-point
1 | bleach_fraction_to_rate(frac, n_time_points)
|
frac |
A number. The fraction of bleaching desired for the final
time-point relative to the first. So if you want 20% bleaching by the final
time-point (i.e. 80% of fluorescence remains), set |
n_time_points |
A natural number. The number of time-points in the simulation. |
A number.
1 | bleach_fraction_to_rate(0.2, 1000) # 20% bleaching over 1000 time-points
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.