Description Usage Arguments Examples
Calculate the percentiles for a given model.
1  | tdPercentiles(model, n, upper = model$m$getPars()["t"] * 10, ...)
 | 
model | 
 An object of class   | 
n | 
 
  | 
upper | 
 
  | 
... | 
 Additional parameters to be passed to   | 
1 2 3 4  | tdTilia <- tdData(tilia, x = "Day", y = "Trees")
model <- timedist(data = tdTilia, x = "Day", y = "propMax", r = 0.1, c = 0.5, t = 120)
tdPercentiles(model, n = 0.5)
tdPercentiles(model, n = seq(0, 0.9, 0.1))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.