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