ADDT.plot.FracFail.v.Time: Title

Description Usage Arguments Examples

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
ADDT.plot.FracFail.v.Time(
  results.object,
  x.of.interest = NULL,
  FailLevel = NULL,
  plan.values.string = NULL,
  plan.string = NULL,
  quantile.range = c(0.01, 0.99),
  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,
  cex = 1,
  plot.distribution = "lognormal",
  how.time.range = "modified test plan"
)

Arguments

results.object
x.of.interest
FailLevel
plan.values.string
plan.string
quantile.range
ylim
xlim
xlab
ylab
my.title
title.option
grids
numplotsim
nxpoints
cex
plot.distribution
how.time.range

Examples

 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)

Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.