qqGamma | R Documentation |
Plot qq-plot for gamma distributed variable
qqGamma(
x,
ylab = deparse(substitute(x)),
xlab = "Theoretical Quantiles",
main = "Gamma Distribution QQ Plot",
...
)
x |
numeric vector suspected to be Gamma distributed |
ylab |
y label |
xlab |
x label |
main |
main title of the plot |
... |
passed to qqplot |
character vector with the NONMEM output. Each element i the vector represents a line in the NONMEM output file
qqGamma(rgamma(100,shape = 0.1,scale = 0.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.