Description Usage Arguments Details Author(s) See Also Examples
plotExp.default is the formal default method of the generic plotExp
function.
1 2 |
x |
should be an object of class |
... |
further arguments to pass to generic function |
In this version of CFAssay other objects than of class cellsurvLQfit
or cfa2way
this will give an error message and a hint to use one of the two defined classes.
Herbert Braselmann
plotExp.cellsurvLQfit
and plotExp.cfa2way
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.