quantile_adm {admtools} | R Documentation |
get quantile ADM
Description
returns the quantile adm of a multiadm object
Usage
quantile_adm(x, h, p)
Arguments
x |
a multiadm object |
h |
the heights at which to evaluate the adm |
p |
percentile, as number between 0 and 1 |
Value
an adm object
See Also
median_adm()
to extract the median adm, mean_adm()
for the mean adm
[Package admtools version 0.6.0 Index]