Learn R Programming

PortfolioEffectHFT (version 1.6)

portfolioPlot-class: Class "portfolioPlot"

Description

Class for storing chart settings for portfolio metrics.

Arguments

Objects from the Class

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

Slots

data:
Object of class "data.frame" ~~
start.data:
Object of class "data.frame" ~~
option:
Object of class "list" ~~
bw:
Object of class "logical" ~~
breaks:
Object of class "numeric" ~~
labels:
Object of class "character" ~~

Methods

+
signature(e1 = "portfolioPlot", e2 = "portfolioPlot"): ...
plot
signature(x = "portfolioPlot", y = "missing"): ...
show
signature(object = "portfolioPlot"): ...

Examples

Run this code
showClass("portfolioPlot")

Run the code above in your browser using DataLab