design.plot: Title

Description Usage Arguments Examples

Description

Title

Usage

1
2
3
4
5
6
7
8
design.plot(
  data.ld,
  x.cols = c(1, 2),
  xlab = get.x.columns(data.ld)[x.cols[1]],
  ylab = get.x.columns(data.ld)[x.cols[2]],
  pch = 16,
  cex = 1.5
)

Arguments

data.ld
x.cols
xlab
ylab
pch
cex

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## Not run: 

Tantalum.ld <- frame.to.ld(tantalum, 
                           response.column = 1,
                           censor.column = 2, 
                           case.weight.column = 3, 
                           x.column = c(4, 5), 
                           data.title = "Tantalum Capacitor Data", 
                           time.units = "Hours", 
                           xlabel = c("Volts","DegreesC"))

summary(Tantalum.ld)

design.plot(Tantalum.ld)


## End(Not run)

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