R/AllGenerics.R

# MWCA
setGeneric("MWCA", function(params) standardGeneric("MWCA"))
setMethod("MWCA",
    signature(params="MWCAParams"),
    function(params){
        .MWCA(params)})

# CoupledMWCA
setGeneric("CoupledMWCA", function(params) standardGeneric("CoupledMWCA"))
setMethod("CoupledMWCA",
    signature(params="CoupledMWCAParams"),
    function(params){
        .CoupledMWCA(params)})

Try the mwTensor package in your browser

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

mwTensor documentation built on July 9, 2023, 6:42 p.m.