time_to_prop_mass_remaining | 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_litter
plot.litfit
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.