Learn R Programming

fb4package (version 2.0.0)

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
)

Value

Fat content (g)

Arguments

total_weight

Total wet weight (g)

water_content

Water content (g)

protein_content

Protein content (g)

ash_content

Ash content (g)