Description Usage Arguments Details Value Author(s) Examples
Prompts the user to select the peaks to use as initial values for non-linear regression on a plot of the histogram data.
1 | pickInit(fh)
|
fh |
A |
The raw histogram data are plotted, and the user is prompted to select the peak positions to use as starting values in the NLS procedure. This is useful when the automated peak-finding algorithm fails to discriminate between overlapping peaks, or is confused by noise.
Note that the A peak must be lower (smaller mean, further left) than the B peak. If the user selects the A peak with a higher mean than the B peak, the peaks will be swapped to ensure A is lower.
pickInit
returns the FlowHist
object
with its initial value slot updated.
Tyler Smith
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.