| median {FLCore} | R Documentation |
Method median
Description
Calculates the median.
Generic function
median(x,na.rm)
Methods
- signature(x=FLQuantPoint,na.rm=missing) :
- Returns the median of x, see
link{median,FLQuantPoint-method} .
signature(x=FLPar,na.rm=missing) :Returns the median of x along the iter dimension.
Author(s)
The FLR Team
See Also
median, apply
Examples
flp <- FLPar(rnorm(80), params=c('a', 'b'), iter=1:40)
median(flp)
[Package
FLCore version 2.2
Index]