Learn R Programming

portfolio (version 0.2-0)

objectHistory-class: Class "objectHistory"

Description

An object containing a time series of other objects, as a list.

Arguments

Objects from the Class

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

Examples

Run this code
x <- new("objectHistory")
x <- add(x, 1, "2005-01-01")
x <- add(x, 2, "2005-01-02")
length(x)

Run the code above in your browser using DataLab