PlotOneSampleNAR | R Documentation |
Plot One Sample Number at Risk
PlotOneSampleNAR(
data,
x_breaks,
idx_name = "idx",
status_name = "status",
time_name = "time",
x_labs = NULL,
x_max = NULL,
x_name = NULL,
y_lab = "Arm"
)
data |
Data.frame. |
x_breaks |
X-axis breaks. |
idx_name |
Name of index (subject identifier) column in data. |
status_name |
Name of status column. |
time_name |
Name of time column. |
x_labs |
X-axis tick labels. |
x_max |
X-axis upper limit. |
x_name |
X-axis label. |
y_lab |
Y-axis tick label. |
ggplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.