Method for obtaining the density (pdf) of a dfr_dist object.
Source: R/dfr_dist.R
density.dfr_dist.RdMethod for obtaining the density (pdf) of a dfr_dist object.
Usage
# S3 method for class 'dfr_dist'
density(x, ...)Value
A function that computes the density of the distribution.
It accepts t, the time at which to compute the density, par is
the parameters of the distribution, and log determines whether to
compute the log of the density. Finally, it passes any additional
arguments ... to the rate function of the dfr_dist object x.