A description of event.plot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | event.plot(x, ...)
## S3 method for class 'life.data'
event.plot(
x,
my.title = NULL,
xlab = paste(get.time.units(x)),
ylab = ifelse(is.null(case.weights(x)), "Unit", ""),
title.option = GetSMRDDefault("SMRD.TitleOption"),
cex.labs = 1.1,
cex.tic.lab = 1.1,
which.units.to.plot = 1:nrow(x),
original.par = T,
print.row = T,
count.on.right = T,
suppress.ones = T,
fail.pch = 15,
fail.cex = 1.3,
fail.col = 4,
add = F,
...
)
## S3 method for class 'recurrence.data'
event.plot(
x,
my.title = NULL,
xlab = paste("Time in", get.time.units(x)),
ylab = "System ID",
title.option = GetSMRDDefault("SMRD.TitleOption"),
cex.labs = 1.1,
cex.tic.lab = 1.1,
which.system.to.plot = 1:nsys,
cex.text = NULL,
xlim = c(NA, NA),
sort.id = F,
maxx = NA,
...
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.