Paliv_dis: Continuous percentage of living tissue distribution

Description Usage Arguments Details Value Examples

Description

Computes the percentage of living tissue in the organ according to age

Usage

1
Paliv_dis(Age_Max, P_Start, P_End, k)

Arguments

Age_Max

Maximum age of the organ (year)

P_Start

Percentage of living tissue at first age (% of dry mass)

P_End

Percentage of living tissue at last age (% of dry mass)

k

Rate between P_Start and P_End

Details

The percentage of living tissue is computed as follows:

P_End+((P_Start-P_End)*exp(seq(0,-k,length.out = Age_Max)))

Value

Living tissue at each age in % of organ dry mass

Examples

1
Paliv_dis(40,1,0.05,5)

VEZY/DynACof documentation built on Feb. 3, 2021, 8:52 p.m.