R/errors.R

Defines functions .errNotImp

## Error message for classes not implemented...
.errNotImp <- function(x){
    cl <- class(x)
    message("Method not implemented for objects of class ", cl)
}
steveped/incucyteR documentation built on Sept. 7, 2020, 12:22 p.m.