R/plotExp.R

Defines functions plotExp.default plotExp

Documented in plotExp plotExp.default

## S3 Generic function for plotting of data from repeated experiments

plotExp <- function(x, ...) {UseMethod("plotExp")}

plotExp.default <- function(x, ...) {
	if(!class(x) %in% c("cellsurvLQfit","cfa2way"))
	stop("argument not of class 'cellsurvLQfit' or 'cfa2way' resulting from CFAssay functions with the same name.")
	plotExp(x)
}

Try the CFAssay package in your browser

Any scripts or data that you put into this service are public.

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