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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | gmleprobplot(
data.ld,
distribution,
plot.dist = "lognormal",
xlab = get.time.units(data.ld),
xlim = c(NA, NA),
ylim = c(NA, NA),
time.range = c(NA, NA),
conf.level = GetSMRDDefault("SMRD.ConfLevel")/100,
interactive = T,
original.par = F,
mle.quantiles = T,
my.title = NULL,
type = "y",
cex = 1,
cexlab = 1,
sub.title = "",
grids = F,
linear.axes = F,
slope.axis = F,
print.table = F,
title.option = GetSMRDDefault("SMRD.TitleOption"),
ylab = GetSMRDDefault("SMRD.LabelOnYaxis"),
trunc.correct = T,
add = F,
plot.censored.ticks = F,
pch = 16,
lty = c(3, 4, 5, 6, 7),
lwd = c(2, 2, 2, 2, 2),
length.time.vec = 100,
compare.dists = NULL,
col.ci = 4,
lwd.ci = 2,
xxx.mle.out = NULL,
ciMethod = "normal.approx",
extrapolate.ci = F,
band.type = "p",
...
)
|
data.ld |
|
distribution |
|
plot.dist |
|
xlab |
|
xlim |
|
ylim |
|
time.range |
|
conf.level |
|
interactive |
|
original.par |
|
mle.quantiles |
|
my.title |
|
type |
|
cex |
|
cexlab |
|
sub.title |
|
grids |
|
linear.axes |
|
slope.axis |
|
print.table |
|
title.option |
|
ylab |
|
trunc.correct |
|
add |
|
plot.censored.ticks |
|
pch |
|
lty |
|
lwd |
|
length.time.vec |
|
compare.dists |
|
col.ci |
|
lwd.ci |
|
xxx.mle.out |
|
ciMethod |
|
extrapolate.ci |
|
band.type |
|
... |
1 2 3 4 5 6 7 8 9 | ## Not run:
lzbearing.ld <- frame.to.ld(lzbearing, response.column = 1)
gmleprobplot(lzbearing.ld,
distribution="bisa",
compare=c("Lognormal"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.