macro_percent_graph: Pie chart of percent of macronutrients in the prepared meal

Description Usage Arguments Examples

View source: R/pie_chart.R

Description

Function for creating pie chart of percent of macronutrients in prepared meal

Usage

1
macro_percent_graph(macronutrients_df)

Arguments

macronutrients_df

data frame, data frame of amount of macronutrients used to prepare the meal

Examples

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)

FUTUR-TEAM/Future documentation built on Dec. 17, 2021, 8:22 p.m.