View source: R/utils_general.R
IQR | R Documentation |
This generic method dispatches to the stats::IQR function or the IQR.hermite_estimator_univar function depending on the class of x.
IQR(x, ...)
x |
A numeric vector or hermite_estimator_univar object. |
... |
Optional additional arguments. |
A numeric value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.