Description Usage Arguments Details Author(s) References See Also Examples
View source: R/ggbuild_descdist_data.R
Generate a list of descdist outputs to be understood by ggplot2.
| 1 2 3 4 5 6 7 8 9 10 11 | 
| data | A numeric vector. | 
| discrete |  If  | 
| boot |  If not  | 
| method | "unbiased" for unbiased estimated values of statistics or "sample" for sample values. | 
| graph |  If  | 
| title, subtitle | Title and Subtitle | 
| obs.col | Color used for the observed point on the skewness-kurtosis graph. | 
| boot.col | Color used for bootstrap sample of points on the skewness-kurtosis graph. | 
see descdist.
Issoufou Liman
Marie Laure Delignette-Muller, Christophe Dutang (2015). fitdistrplus: An R Package for Fitting Distributions. Journal of Statistical Software, 64(4), 1-34. http://www.jstatsoft.org/v64/i04/.
| 1 2 | ggbuild_descdist_data(rbeta(100, shape1 = 0.05, shape2 = 1), boot = 500, obs.col = 'blue',
boot.col = 'yellow')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.