performanceHistory-class {portfolio}R Documentation

Class "performanceHistory"

Description

A time series of objects of class "performance"

Objects from the Class

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

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

plot
signature(x = "performanceHistory", y = "missing"): Plot this object.
summary
signature(object = "performanceHistory"): display of summary of this time series of performance objects.

Author(s)

Jeff Enos jeff@kanecap.com


[Package portfolio version 0.2-0 Index]