cdfplot {twopexp} | R Documentation |
Distribution function plot of the two-parameter exponential distribution
Description
Distribution function plot of the two-parameter exponential distribution with theta
and beta
Usage
cdfplot(x, theta, beta)
Arguments
x |
vector of quantile. |
theta |
location parameter, where |
beta |
scale parameter, where |
Value
a distribution function plot of the two-parameter exponential distribution
Examples
x <- seq(0,20,by=0.01)
theta <- 6
beta <- 2
cdfplot(x,theta,beta)
[Package twopexp version 0.1.0 Index]