Description Usage Arguments Value
Plots Gamma probability distribution function using shape and scale parameters.
1  | PlotGammaPDF(shape = 1, scale = 1, col = "slateblue4", max_x = 25)
 | 
shape | 
 Numeric, shape parameter. Default is 1.  | 
scale | 
 Numeric, scale parameter. Default is 1.  | 
col | 
 String, line color. Default is "slateblue4".  | 
max_x | 
 Numeric, maximum valur on x scale. Default is 25.  | 
Plot of proability distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.