find.mid.point {fCI} | R Documentation |
find the middle value of the density distribution
find.mid.point(Y)
Y |
TBD
position |
The value the separates density into two halves |
TBD
Shaojun Tang
http://software.steenlab.org/fCI/
TBD
Y=density(sample(1:100, 50), bw=0.5) find.mid.point(Y)