Plot reliability life test
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ## S3 method for class 'plan.values'
plot(
x,
censor.time = NULL,
my.title,
grids = 2,
quantile.mark = NULL,
number.points = 20,
perc.low = 0.01,
perc.high = 0.99,
cex = 1,
xlim = NULL,
ylim = NULL,
title.option = GetSMRDDefault("SMRD.TitleOption"),
xlab = x$time.units,
digits = GetSMRDDefault("SMRD.DigitsPrinted"),
...
)
|
x |
|
censor.time |
|
my.title |
|
grids |
|
quantile.mark |
|
number.points |
|
perc.low |
|
perc.high |
|
cex |
|
xlim |
|
ylim |
|
title.option |
|
xlab |
|
digits |
|
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.