A tbl_mbte is a tibble
under the hood.
Additionally, attributes are stored, which contain column-names. All
mentioned column names are stored as symbols
.
The following columns are used during the analysis (the attributes storing the column names have the same names).
A numeric column containing the time of a specific measurement.
A numeric column containing the measured value of a signal (e.g. intensity).
The time- and value-column combined into a list-column
(e.g. by using mbte_nest_signals
). Every element of this
column is a tibble
containing the time- and
value-column of the signal.
This list-column also contains tibbles. The fitted
signal-values are stored as columns. NOTE: Every contained tibble has the
same number of rows as the signal-tibble of the same row. This column may
be generated using mbte_fit
.
Other tbl_mbte functions: is_tbl_mbte
,
mbte_reconstruct
,
new_tbl_mbte