Usage
"plot"(x, covar.code = NULL, full.sample = FALSE, n.row = 1, viewport.size = list(w = 3.5, h = 2.5),
box.size = list(w = NULL, h = NULL), dist = 0.5, irates.vbw = NULL, arrow.maxlwd = 10, display.digits = 2, cex = 0.9, show.values = TRUE, mark = NULL, mark.col = "red", main = "", main.dist = 0.4,
main.gp = gpar(cex = 1.2), ...)
Arguments
covar.code
A character or numerical value that specifies the respective covariates value(s) for which the result of irates
shall be printed. If NULL
, covar.code
will be inherited from irates
full.sample
A logical
value that specifies if results of irates
shall also be printed for the full sample, i.e., irrespective of any covariate value. Default is set to FALSE
n.row
An integer value that specifies the number of rows to display the plots for each covariate value. Default is set to 1
viewport.size
A list with 2 numerical values list(w, h)
to set the width (w) and height (h) of the viewport. Default is w= 3.5, h = 2.5
box.size
A list with 2 numerical values list(w, h)
to set the width (w) and height (h) of the box(es) for each event. If NULL
, w and h will be determined automatically corresponding to the specified event.lab
in irates
dist
A numerical value to set the distance between plots in a row. Default is 0.5
irates.vbw
A numerical value to set the width of the background box for the incidence rate values to be displayed. If NULL
, irates.vbw
will be determined automatically corresponding to display.digits
arrow.maxlwd
A numerical value to set the maximum arrow width for the transition with the highest incidence rate. Default is 10.
display.digits
An integer value specifying the number of decimal place for all incidence rates that shall be plotted. Default is 2
cex
A numerical value giving the amount by which plotting the incidence rate values should be magnified relative to the default
show.values
A logical
value specifying if incidence rate values shall be plotted or not. Default is TRUE
mark
A vector of length event.code
with logical values specifying if and which transition arrow shall be marked with a certain color. Defaults to NULL
mark.col
The color to be used for marking transition arrows. Defaults to "red"
main
An overall title for the plot
main.dist
A numerical value to set the distance between the overall title and the plots
main.gp
A numerical value giving the amount by which plotting the title values should be magnified relative to the default
...
Further arguments for plot