Learn R Programming

tawny.types (version 1.0.2)

tawny.types-package: Common types for tawny

Description

Base types used throughout tawny

Arguments

Details

ll{ Package: tawny.types Type: Package Version: 1.0 Date: 2011-10-22 License: What license is it under? LazyLoad: yes } Create portfolio objects from these types

See Also

tawny-package

Examples

Run this code
# This is run automatically in the package
tawny.types:::.init()

p <- create(TawnyPortfolio, c('AAPL','GOOG','IBM'), 150,200)
m <- create(BenchmarkPortfolio, '^GSPC', 150,200)

Run the code above in your browser using DataLab