Plot rxode2 objects
# S3 method for rxSolve
plot(x, y, ..., log = "", xlab = "Time", ylab = "")# S3 method for rxSolveConfint1
plot(x, y, ..., xlab = "Time", ylab = "", log = "")
# S3 method for rxSolveConfint2
plot(x, y, ..., xlab = "Time", ylab = "", log = "")
rxode2 object to plot
Compartments or left-hand-side values to plot either as a bare name or as a character vector
Ignored
Should "" (neither x nor y), "x", "y", or "xy" (or "yx") be log-scale?
The x and y axis labels
A ggplot2 object
Other rxode2 plotting:
rxTheme()