generationsDistance(dataRange, logDecades)The inverse formula is used to convert from RFI to FACS fluorescence: $ FFI = (c*log(RFI)) / (l*log(10)) $
Where:
Using this formulas it is possible to estimate the spacing between generations on the FACS scale. The spacing value is automatically computed, based on the number of decades and the assumption that each generation has one-half of the intensity of the previous generation.
distance <- generationsDistance(1024, 4)
Run the code above in your browser using DataLab