tcplMakeChidMultiPlts | R Documentation |
tcplMakeChidMultiPlts
Create a .pdf with all dose-response plots for a given chid
tcplMakeChidMultiPlts(
chid,
lvl = 4L,
fname = NULL,
odir = getwd(),
hitc.all = TRUE
)
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 |
hitc.all |
If FALSE, only plots with hitc==1 will be displayed |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.