R/genericFunctions.R

#' Checks S3 object validity
#' 
#' Generic function that fails noisily with a stop message if the object is 
#' invalid. Otherwise, nothing happens.
#' 
#' @param  obj  The object to check
#' @return void
#' @export
isValid <- function(obj) UseMethod("isValid")

checkMotion <- function(obj) UseMethod("checkMotion")
cdgreenidge/brcbase documentation built on May 13, 2019, 2:40 p.m.