autoplot.nonmem2rx | R Documentation |
Autoplot nonmem2rx object
## S3 method for class 'nonmem2rx'
autoplot(
object,
...,
ncol = 3,
nrow = 3,
log = "",
xlab = "Time",
ylab = "Predictions",
page = FALSE
)
object |
an object, whose class will determine the behaviour of autoplot |
... |
ignored parameters for |
nrow , ncol |
Number of rows and columns |
log |
Should "" (neither x nor y), "x", "y", or "xy" (or "yx") be log-scale? |
xlab , ylab |
The x and y axis labels |
page |
number of page(s) for the individual plots, by default
( |
a ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.