Description Usage Arguments Details See Also Examples
Plot dose-response data and, if known, a fitted curve and/or a "true" curve on the basis of which the data have been simulated
| 1 2 3 | 
| x | object of class DRE | 
| y | no parameter  | 
| linearize | logical, defaults to FALSE (see Details) | 
| xlab | a title for the x axis. If left unspecified, appropriate defaults are chosen for sigmoid and linearized plots. | 
| ylab | a title for the y axis. If left unspecified, appropriate defaults are chosen for sigmoid and linearized plots. | 
| log | a character string which contains "x" if the x axis is to be logarithmic, "y" if the y axis is to be logarithmic and "xy" or "yx" if both axes are to be logarithmic. If left unspecified, appropriate defaults are chosen for sigmoid and linearized plots. | 
| ... | additional arguments passed to the generic  | 
If "linearize" is set to FALSE (default), plot response vs. dose. If TRUE, plot log(fraction.affected/fraction.unaffected) vs. log(dose), which is linear if the dose-response relationship follows the median effect law
| 1 2 | data(sim15_screen3)
plot(dre(sim15_screen3,"Cpd1"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.