R/generic_function.R

setGeneric(
    nema = "Chart",
    def  = function(object, ...) {
        standardGeneric("Chart")
    } 
)

setGeneric(
    nema = "GenerateCashflow",
    def  = function(object, convention, ...) {
        standardGeneric("GenerateCashflow")
    } 
)
gfunk0704/StochasticVolatility documentation built on Feb. 8, 2020, 10:04 a.m.