plotExp.cellsurvLQfit: Diagnostic plots of LQ model versus experiments

Description Usage Arguments Author(s) See Also Examples

View source: R/plotExp.cellsurvLQfit.R

Description

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.

Usage

1
2
## S3 method for class 'cellsurvLQfit'
plotExp(x, xlim = NULL, ylim = c(0.001, 1.5), xlab = "Dose (Gy)", ylab = "Survival (1 = 100%)", ...)

Arguments

x

an object of class cellsurvLQfit resulting from function cellsurvLQfit.

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 plotExp.

Author(s)

Herbert Braselmann

See Also

cellsurvLQfit

Examples

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()

ZytoHMGU/CFAssay documentation built on Nov. 19, 2019, 12:48 p.m.