View source: R/05-body-composition.R
| calculate_energy_density | R Documentation |
Calculates energy density based on fat and protein content
calculate_energy_density(
fat_content,
protein_content,
total_weight,
fat_energy,
protein_energy
)
fat_content |
Fat content (g) |
protein_content |
Protein content (g) |
total_weight |
Total weight (g) |
fat_energy |
Energy per gram of fat (J/g) |
protein_energy |
Energy per gram of protein (J/g) |
Energy density (J/g wet weight)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.