| exposure-class {portfolio} | R Documentation |
Class "exposure"
Description
Portfolio exposures to numeric measures and categories.
Objects from the Class
Objects can be created by calls of the form new("exposure", ...).
Slots
data:Object of class
"list"containing exposures, as data.frame objects. The names of this list correspond to the exposure variable names. The special exposure "numeric" contains exposures to all numeric variables.
Methods
- plot
signature(x = "exposure", y = "missing"): Plot this object.- show
signature(object = "exposure"): show the object, briefly.- summary
signature(object = "exposure"): display a summary of this object.
Author(s)
Jeff Enos jeff@kanecap.com
[Package portfolio version 0.5-2 Index]