renewal.plots: Title

Description Usage Arguments Examples

Description

Title

Usage

1
renewal.plots(data.rdu, my.title = NULL, which = NULL)

Arguments

data.rdu

A repeated data unit class object

my.title

A character-string to serve as the title for the plots produced

which

A length-1 integer vector

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## 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")

renewal.plots(halfbeak.rdu)


## End(Not run)

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