median {ftsa} | R Documentation |
Generic function for the median.
median(...)
... |
Arguments passed to specific methods. |
The median
function in the stats
package is replaced by median.default
.
Refer to specific methods. For numeric vectors, see the median
function in the stats
package.
Rob J Hyndman