Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 11 12 |
data.rdu |
|
form |
|
xlab |
|
ylab |
|
plot.seg |
|
number.points |
|
conf.level |
|
band.type |
|
theta.start |
|
my.title |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## Not run:
Cylinder.rdu <- frame.to.rdu(cylinder,
ID.column = "engine",
time.column = "days",
event.column = "event",
cost.count.column = "count",
data.title = "Cylinder Replacement Data",
time.units = "Days")
#attr(Cylinder.rdu,"WindowInfo")
PlotMCFandNHPP(Cylinder.rdu, form = "power rule")
Cylinder.mcf <- mcf(Cylinder.rdu)
plot(Cylinder.mcf)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.