Description Usage Arguments Examples
Function for creating pie chart of percent of macronutrients in prepared meal
1 | macro_percent_graph(macronutrients_df)
|
macronutrients_df |
data frame, data frame of amount of macronutrients used to prepare the meal |
1 2 3 4 | list_of_products <- list("Kawior", "Agrest")
weight_of_products <- list(50, 100)
example_df <- macronutrients_of_meal(list_of_products, weight_of_products)
macro_percent_graph(example_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.