tdn: tdn

View source: R/tdn.R

tdnR Documentation

tdn

Description

This function calculate the TDN of cattle. Equation is TDN = 0.85CP + 2.25*0.8EE + 0.6CF + 0.8NFE.

Usage

tdn(cp, ee, cf, nfe)

Arguments

cp

CP.

ee

EE.

cf

CF.

nfe

NFE(100 - CP - EE - CF - Ash).

Examples

tdn(cp = 18, ee = 9, cf = 35, nfe = 19)

adatalab/feed documentation built on Oct. 14, 2023, 1:48 a.m.