Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 | interarrival.plot(
data.rdu,
my.title = NULL,
xlab = paste("Age in", get.time.units(data.rdu)),
ylab = "Time Between Failure",
...
)
|
data.rdu |
|
my.title |
|
xlab |
|
ylab |
|
... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## 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")
interarrival.plot(halfbeak.rdu,
xlab = "Thousands of Hours of Operation",
ylab = "Thousands of Hours Between Maintenance Actions",
my.title="")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.