plotExp: Generic plotting of experimental repeats

Description Usage Arguments Details Author(s) See Also Examples

View source: R/plotExp.R

Description

Generic plotting of experimental repeats of cell survival data in separated plots. plotExp methods are defined for objects resulting from CFAssay functions cellsurvLQfit and cfa2way.

Usage

1

Arguments

x

should be an object of class cellsurvLQfit or cfa2way, see details.

...

further arguments to pass to generic function plotExp, dependent of the class of the argument x.

Details

For other objects than of class cellsurvLQfit or cfa2way, plot.default will be called. In this version of CFAssay this will give an error message and a hint to use one of the two defined classes.

Author(s)

Herbert Braselmann

See Also

plotExp.cellsurvLQfit and plotExp.cfa2way

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
datatab<- read.table(system.file("doc", "expl1_cellsurvcurves.txt", package="CFAssay"), header=TRUE, sep="\t")
X<- subset(datatab, cline=="okf6TERT1")
fit<- cellsurvLQfit(X)
#pdf("okf6TERT1_experimental_plots.pdf")
   plotExp(fit)
#dev.off()
## Not run: 
x <- 1
plotExp(X) #yields an error for this data type

## End(Not run)

CFAssay documentation built on Nov. 8, 2020, 11:10 p.m.