Plot monotherapy curve estimates
# S3 method for MarginalFit
plot(x, ncol = 2, logScale = TRUE, smooth = TRUE, dataScale = FALSE, ...)
Output of fitMarginals
function or a
"MarginalFit"
object
Number of plots per row
Whether x-axis should be plotted on a logarithmic scale
Whether to draw a smooth fitted curve (deafult), or line segments connecting predicted points only
Whether to draw plot on original data scale in case when
transformations were used for fitting. Default (FALSE) is to plot on the
coef(x)
scale
Further arguments
Returns a ggplot
object. It can be consequently modified by
using standard operations on ggplot
objects (if ggplot2
package is loaded).