tcplMakeAeidPlts
creates a .pdf file with the dose-response plots for
the given aeid.
tcplMakeAeidPlts(aeid, lvl = 4L, fname = NULL, odir = getwd(), ordr.fitc = TRUE, clib = NULL)
tcplLoadClib
for more information.tcplMakeAeidPlts
provides a wrapper for tcplPlotFits
,
allowing the user to produce PDFs with the curve plots without having to
separately load all of the data and establish the PDF device.If 'fname' is NULL
, a default name is given by concatenating together
assay information.
Note, the default value for ordr.fitc is TRUE
in
tcplMakeAeidPlts
, but FALSE
in tcplPlotFits
## Not run:
# ## Will produce the same result as the example for tcplPlotFits
# tcplMakeAeidPlts(aeid = 1, lvl = 6, ordr.fitc = FALSE)
# ## End(Not run)
Run the code above in your browser using DataLab