R/GARS_outputGenerics.r

#' @rdname MatrixFeatures
#' @export
setGeneric("MatrixFeatures", function(x){
    standardGeneric("MatrixFeatures")
})
#' @rdname LastPop
#' @export
setGeneric("LastPop", function(x){
    standardGeneric("LastPop")
})
#' @rdname AllPop
#' @export
setGeneric("AllPop", function(x){
    standardGeneric("AllPop")
})
#' @rdname FitScore
#' @export
setGeneric("FitScore", function(x){
    standardGeneric("FitScore")
})

Try the GARS package in your browser

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

GARS documentation built on Nov. 8, 2020, 7:23 p.m.