View source: R/plot_functions.R
dosePlot | R Documentation |
plot data for dose in model.id
dosePlot(
object,
model.id,
max.time = NULL,
treatment.only = FALSE,
vol.normal = FALSE,
concurrent.time = FALSE,
point.shape = 21,
point.size = 3,
line.size = 4,
point.color = "#878787",
line.color = "#bababa",
fill.col = c("#f5f5f5", "#E55100"),
modify.x.axis = FALSE
)
object |
Xeva object. |
model.id |
one or multiple model.id |
max.time |
Maximum time point of the plot. Default |
treatment.only |
Default |
vol.normal |
Default |
concurrent.time |
Default |
point.shape |
shape of the point |
point.size |
size of the point |
line.size |
size of the line |
point.color |
color for point |
line.color |
color for line |
fill.col |
a vector with color to fill |
modify.x.axis |
Default |
A ggplot2 plot
data(brca)
dosePlot(brca, model.id=c("X.6047.LJ16","X.6047.LJ16.trab"), fill.col=c("#f5f5f5", "#993404"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.