View source: R/05-body-composition.R
| calculate_fat_by_subtraction | R Documentation |
Calculates grams of fat by subtracting water, protein and ash from total weight
calculate_fat_by_subtraction(
total_weight,
water_content,
protein_content,
ash_content
)
total_weight |
Total wet weight (g) |
water_content |
Water content (g) |
protein_content |
Protein content (g) |
ash_content |
Ash content (g) |
Fat content (g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.