A function to generate a four-panel power curve under specified number of PDX lines and number of individuals per PDX lines per treatment
plotpower(
object,
ylim = c(0, 0.1),
x.axis.n.breaks = 10,
y.axis.n.breaks = 10,
cut.off = 0.8,
legend.position = "right"
)a figure generated by ggplot.
object of class 'PowerTable'.
limit of y axis.
number of breaks of the x axis. Default is 10.
number of breaks of the y axis. Default is 10.
a number to indicate the cut-off for power analysis. Default is 0.8.
the position of legends ("none", "left", "right", "bottom", "top", or two-element numeric vector).