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 | ADDT.plot.time.v.x(
results.object,
use.condition = NULL,
FailLevel = NULL,
plan.values.string = NULL,
plan.string = NULL,
quantile.list = c(0.5),
ylim = c(NA, NA),
xlim = c(NA, NA),
xlab = NULL,
ylab = NULL,
my.title = NULL,
title.option = GetSMRDDefault("SMRD.TitleOption"),
grids = F,
numplotsim = 50,
nxpoints = 50,
response.on.yaxis = T,
cex = 1,
focus.variable = 1
)
|
results.object |
|
use.condition |
|
FailLevel |
|
plan.values.string |
|
plan.string |
|
quantile.list |
|
ylim |
|
xlim |
|
xlab |
|
ylab |
|
my.title |
|
title.option |
|
grids |
|
numplotsim |
|
nxpoints |
|
response.on.yaxis |
|
cex |
|
focus.variable |
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 40 41 42 43 44 | ## Not run:
InsulationBrkdwn.ADDTplan <- get.allocation.matrix(list(DegreesC = c(180,225,250,275)),
times = c(1,2,4,8,16,32,48,64),
time.units = "Weeks",
reps = 4)
plot(InsulationBrkdwn.ADDTplan)
InsulationBrkdwn.ADDTpv <- get.ADDT.plan.values(distribution = "normal",
transformation.x = "Arrhenius",
transformation.Response = "log",
transformation.time = "linear",
beta0 = 2.58850162033243,
beta1 = -476873415881.376,
beta2 = 1.41806367703643,
sigma = 0.172609,
time.units = "Weeks",
response.units = "Volts",
FailLevel = 10,
use.condition = 100)
print(InsulationBrkdwn.ADDTpv)
InsulationBrkdwn.vADDTplan <- hframe.to.vframe(InsulationBrkdwn.ADDTplan)
sum(allocation(InsulationBrkdwn.vADDTplan))
names(InsulationBrkdwn.ADDTpv)
InsulationBrkdwn.plan.sim.out <- sim.ADDT.test.plan(ADDT.test.plan = InsulationBrkdwn.ADDTplan,
ADDT.plan.values = InsulationBrkdwn.ADDTpv,
number.sim = 5)
ADDT.plot.time.v.x(InsulationBrkdwn.plan.sim.out)
ADDT.plot.Deg.v.Time(InsulationBrkdwn.plan.sim.out)
ADDT.plot.FracFail.v.Time(InsulationBrkdwn.plan.sim.out)
ADDT.vcv(ADDT.plan.values = InsulationBrkdwn.ADDTpv,
ADDT.test.plan = hframe.to.vframe(InsulationBrkdwn.ADDTplan))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.