calculate_fat_by_subtraction: Calculate fat content by subtraction (Low-level)

View source: R/05-body-composition.R

calculate_fat_by_subtractionR Documentation

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)

Value

Fat content (g)


fb4package documentation built on May 8, 2026, 1:07 a.m.