pdfplot | R Documentation |
Density plot of the two-parameter exponential distribution with theta
and beta
pdfplot(x, theta, beta)
x |
vector of quantile. |
theta |
location parameter, where |
beta |
scale parameter, where |
a density plot of the two-parameter exponential distribution
x <- seq(0,20,by=0.01)
theta <- 6
beta <- 2
pdfplot(x,theta,beta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.