ar1.plot: Title

Description Usage Arguments Examples

Description

Title

Usage

1
2
3
4
5
6
7
8
9
ar1.plot(
  data.rdu,
  my.title = NULL,
  xlab = "Interarrival Times",
  ylab = "Lagged Interarrival Times",
  nacf = 5,
  plot.acf = F,
  ...
)

Arguments

data.rdu
my.title
xlab
ylab
nacf
plot.acf
...

Examples

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

halfbeak.rdu <- frame.to.rdu(halfbeak,
                             ID.column = "unit", 
                             time.column = "hours" ,
                             event.column = "event", 
                             data.title = "Halfbeak Data", 
                             time.units = "Thousands of Hours of Operation")
ar1.plot(halfbeak.rdu,
         xlab = "Lagged Thousands of Hours Between Maintenance Actions",
         ylab = "Thousands of Hours Between Maintenance Actions")

ar1.plot(halfbeak.rdu,
         xlab = "Lagged Thousands of Hours Between Maintenance Actions",
         ylab = "Thousands of Hours Between Maintenance Actions",
         plot.acf = T)




## End(Not run)

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