tcplMakeAeidMultiPlts {tcpl} | R Documentation |
Create a .pdf with all dose-response plots for a given aeid, 6 per page
Description
tcplMakeAeidMultiPlts
Create a .pdf with all dose-response plots for a given aeid
Usage
tcplMakeAeidMultiPlts(
aeid,
lvl = 4L,
fname = NULL,
odir = getwd(),
clib = NULL,
hitc.all = TRUE
)
Arguments
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 |
clib |
Character, the chemical library to subset on, see
|
hitc.all |
If FALSE, only plots with hitc==1 will be displayed |
Details
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.
[Package tcpl version 3.1.0 Index]