qBreaks | R Documentation |
The function calculates the new break numbers caused by the clipping of x axis. This is usally larger than the original number of breaks .
qBreaks(x, quantiles = c(0, 0.99), breaks = 100)
x |
Value to draw histgrams with |
quantiles |
Quantiles of x that determine the clip boundary of x-axis |
breaks |
Integer, number of breaks applied to original data |
Integer: number of breaks
Jitao David Zhang <jitao_david.zhang@roche.com>
This function is directly used by qHist
## Not run:
testVal <- rnorm(1000)
qBreaks(testVal, quantiles=c(0.25, 0.75), breaks=100) ## should be about
400
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.