null_fit {breathtestcore} | R Documentation |
Convert data to class breathtestfit
Description
Does not change the data set, but returns a class suitable
for plotting raw data with plot.breathtestfit
.
See read_any_breathtest
for an example.
Usage
null_fit(data, ...)
Arguments
data |
Data frame or tibble as created by |
... |
Not used |
Value
A list of classes breathtestnullfit, breathtestfit
with element data
which contains the unmodified data.
[Package breathtestcore version 0.8.7 Index]