tcplMakeAeidPlts: Create a .pdf with dose-response plots

Description Usage Arguments Details Examples

Description

tcplMakeAeidPlts creates a .pdf file with the dose-response plots for the given aeid.

Usage

1
2
tcplMakeAeidPlts(aeid, lvl = 4L, fname = NULL, odir = getwd(),
  ordr.fitc = TRUE, clib = NULL)

Arguments

aeid

Integer of length 1, the assay endpoint id

lvl

Integer of lengh 1, the data level to use (4-6)

fname

Character, the filename

odir

The directory to save the .pdf file in

ordr.fitc

Logical, should the fits be ordered by fit category?

clib

Character, the chemical library to subset on, see tcplLoadClib for more information.

Details

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

Examples

1
2
3
4
5
## Not run: 
## Will produce the same result as the example for tcplPlotFits
tcplMakeAeidPlts(aeid = 1, lvl = 6, ordr.fitc = FALSE)

## End(Not run)

daynefiler/tcpl documentation built on May 15, 2019, 1:18 a.m.