get_fits {htrSPRanalysis}R Documentation

Get fits of all selected sensorgrams as indicated in the sample information.

Description

Get fits of all selected sensorgrams as indicated in the sample information.

Usage

get_fits(processed_input)

Arguments

processed_input

The processed_input object returned by the function process_input.

Value

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.


[Package htrSPRanalysis version 0.1.0 Index]