| tcplMakeAeidMultiPlts | R Documentation |
tcplMakeAeidMultiPlts Create a .pdf with all dose-response plots for a given aeid
tcplMakeAeidMultiPlts(
aeid,
lvl = 4L,
fname = NULL,
odir = getwd(),
hitc.all = TRUE
)
aeid |
Integer of length 1, the assay endpoint id |
lvl |
Integer of length 1, the data level to use (4-7) |
fname |
Character, the filename |
odir |
The directory to save the .pdf file in |
hitc.all |
If FALSE, only plots with hitc==1 will be displayed |
tcplMakeAeidMultiPlts provides a wrapper for tcplMultiplot,
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.