R/AllGenerics.R

################################################################################
##
## Generics for the pa package.
##
################################################################################

## portfolioMatch class methods.

if(!isGeneric("exposure"))
  setGeneric("exposure", function(object,
                                  var, 
                                  ...) standardGeneric("exposure"))

if(!isGeneric("returns"))
  setGeneric("returns", function(object,
                                 ...) standardGeneric("returns"))

Try the pa package in your browser

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

pa documentation built on Aug. 21, 2023, 5:06 p.m.