plotNlmeData {mixlow} | R Documentation |
Plots results obtained from doNlme
function
plotNlmeData(nlmeData, ask, ...)
nlmeData |
A list obtained from the do.NLME function |
ask |
Logical. If TRUE (and the R session is interactive) the user is asked for input, before a new figure is drawn. |
... |
Additional parameters, including main and legend
to be passed to the plot function |
Two sets of figures are generated per nlme
analysis. The first
is concentration-response curves for all trays treated with a given drug,
and the second is qqnorm plots of residuals for each drug.
None
John Boik jcboik@stanford.edu
# nlmeData data object is obtained using the doNlme function data("nlmeData") plotNlmeData(nlmeData=nlmeData, ask=FALSE)