Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | probpaper(
distribution,
xlab = "Time",
xlim = c(1, 10),
ylim = c(0.011, 0.99),
original.par = F,
my.title = NULL,
cex = 1,
cex.labs = 1.1,
cex.tic.lab = 1,
cex.title = cex.labs,
sub.title = NULL,
grids = FALSE,
linear.axes = F,
slope.axis = F,
title.option = "blank",
shape = NULL,
draw.line = F,
ylab = GetSMRDDefault("SMRD.LabelOnYaxis")
)
|
distribution |
|
xlab |
|
xlim |
|
ylim |
|
original.par |
|
my.title |
|
cex |
|
cex.labs |
|
cex.tic.lab |
|
cex.title |
|
sub.title |
|
grids |
|
linear.axes |
|
slope.axis |
|
title.option |
|
shape |
|
draw.line |
|
ylab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | ## Not run:
probpaper("Weibull",
xlim = c(1, 10),
grid = TRUE,
ylim = c(0.011,0.981))
probpaper("Weibull",
xlim = c(1, 100),
grid = TRUE,
ylim = c(0.011,0.981))
probpaper("Weibull",
xlim = c(1, 1000),
grid = TRUE,
ylim = c(0.011,0.981))
probpaper("Weibull",
xlim = c(1, 1000),
grid = TRUE,
ylim = c(0.0011,0.9981))
probpaper("Lognormal",
xlim = c(1, 10),
grid = TRUE,
ylim = c(0.011,0.981))
probpaper("Lognormal",
xlim = c(1, 100),
grid = TRUE,
ylim = c(0.011,0.981))
probpaper("Lognormal",
xlim = c(1, 1000),
grid = TRUE,
ylim = c(0.011,0.981))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.