contributionHistory-class {portfolio}R Documentation

Class "contributionHistory"

Description

A time series of objects of class "contribution".

Objects from the Class

Objects can be created by calls of the form new("contributionHistory", ...).

Slots

freq:
Object of class "numeric" containing the frequency of the time series of added objects, as periods per year. Defaults to 1.
data:
Object of class "list" containing list of objects in the history. The names of this list are the objects' time periods.

Extends

Class "objectHistory", directly.

Methods

mean
signature(x = "contributionHistory"): calculate the mean of the contributions in this object.
plot
signature(x = "contributionHistory", y = "missing"): Plot this object.
show
signature(object = "contributionHistory"): show the object, briefly.
summary
signature(object = "contributionHistory"): display a summary of this object.

Author(s)

Jeff Enos jeff@kanecap.com


[Package portfolio version 0.2-2 Index]