food_table | R Documentation |
This function computes several metrics related to glucose metabolism response for each unique meal from a dataset of glucose measurements. The metrics include incremental area under the curve (iAUC), minimum glucose level, maximum glucose level, and the rise in glucose from beginning to end.
food_table(foodresults = NULL)
foodresults |
A data frame containing the glucose measurements. This is typically generated
by calling |
A tibble with the following columns: 'Experiment' - name of the meal. 'IAUC' - incremental area under the curve for the glucose response. 'Min' - minimum glucose level. 'Max' - maximum glucose level. 'Rise' - change in glucose from the first to the last measurement. The tibble is sorted in ascending order by IAUC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.