get_fits {htrSPRanalysis} | R Documentation |
Get fits of all selected sensorgrams as indicated in the sample information.
get_fits(processed_input)
processed_input |
The processed_input object returned by the function |
A list of all fits. The fits are performed using the safely
function, so that the list has a $result
entry
and a $error
entry for each item. If $error
is NULL
, the sensorgram was fit succesfully.