| tcplMakeChidMultiPlts {tcpl} | R Documentation |
Create a .pdf with all dose-response plots for a given chid, 6 per page
Description
tcplMakeChidMultiPlts Create a .pdf with all dose-response plots for a given chid
Usage
tcplMakeChidMultiPlts(
chid,
lvl = 4L,
fname = NULL,
odir = getwd(),
clib = NULL,
hitc.all = TRUE
)
Arguments
chid |
Integer of length 1, the chemical 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
tcplMakeChidMultiPlts 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]