time_to_prop_mass_remaining {litterfitter} | R Documentation |
Get estimated time to 0.5 (or an alternate threshold) mass loss from a particular fit to a litter decomposition trajectory
time_to_prop_mass_remaining(x,threshold.mass=0.5)
x |
a litfit object |
threshold.mass |
mass loss threshold in proportion, default is 0.5 |
this function finds the time to a specified mass loss percentage
numeric value that represents time to a specified mass loss percentage
Will Cornwell
fit<-fit_litter(time=pineneedles$Year,mass.remaining=pineneedles$Mass.remaining,
model='neg.exp',iters=1000)
time_to_prop_mass_remaining(fit, threshold.mass = 0.5)