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