performance-class {portfolio} | R Documentation |
Return, per-security return, and exposed portfolio object for one period.
Objects can be created by calls of the form new("performance", ...)
.
ret
:"numeric"
containing the
total return for the period. ret.detail
:"data.frame"
containing the per-security return detail for the period. t.plus.one
:"portfolioBasic"
containing the portfolio at the end of the period. signature(x = "performance", y = "missing")
: Plot
this object. signature(object = "performance")
: show this
object, briefly. signature(object = "performance")
: display a
summary of this object. Jeff Enos jeff@kanecap.com