calculate_fat_by_subtraction: Calculate fat content by subtraction (Low-level)
Description
Calculates grams of fat by subtracting water, protein and ash from total weight
Usage
calculate_fat_by_subtraction(
total_weight,
water_content,
protein_content,
ash_content
)
Arguments
- total_weight
Total wet weight (g)
- water_content
Water content (g)
- protein_content
Protein content (g)
- ash_content
Ash content (g)