contributionHistory-class {portfolio} | R Documentation |
A time series of objects of class "contribution".
Objects can be created by calls of the form new("contributionHistory", ...)
.
freq
:"numeric"
containing the
frequency of the time series of added objects, as periods per year.
Defaults to 1. data
:"list"
containing list of
objects in the history. The names of this list are the objects' time periods.
Class "objectHistory"
, directly.
signature(x = "contributionHistory")
: calculate the mean
of the contributions in this object. signature(x = "contributionHistory", y = "missing")
: Plot
this object. signature(object = "contributionHistory")
: show the
object, briefly. signature(object = "contributionHistory")
:
display a summary of this object. Jeff Enos jeff@kanecap.com