Description Usage Arguments Author(s) See Also Examples
View source: R/plotExp.cellsurvLQfit.R
This function plots the fit of an LQ model versus the fits of each experiment in a series of plots. It is recommended to direct it in a pdf-file.
1 2 |
x |
an object of class |
xlim |
range of x axis (dose). |
ylim |
range of y-axis. |
xlab |
label of x-axis. |
ylab |
label of y-axis. |
... |
further arguments to pass to generic function |
Herbert Braselmann
1 2 3 4 5 6 7 | datatab<- read.table(system.file("doc", "expl1_cellsurvcurves.txt", package="CFAssay"), header=TRUE, sep="\t")
X<- subset(datatab, cline=="okf6TERT1")
fit<- cellsurvLQfit(X)
print(fit)
#pdf("okf6TERT1_experimental_plots.pdf")
plotExp(fit)
#dev.off()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.