powered by
A wrapper to create a chart of periodic returns in a bar chart. This is a difficult enough graph to read that it doesn't get much use. Still, it is useful for viewing a single set of data.
chart.Bar(R, legend.loc = NULL, colorset = (1:12), ...)charts.Bar(R, main = "Returns", cex.legend = 0.8, cex.main = 1, ...)
charts.Bar(R, main = "Returns", cex.legend = 0.8, cex.main = 1, ...)
an xts, vector, matrix, data frame, timeSeries or zoo object of asset returns
places a legend into one of nine locations on the chart: bottomright, bottom, bottomleft, left, topleft, top, topright, right, or center
color palette to use, set by default to rational choices
any other passthru parameters, see plot
plot
sets the title text, such as in chart.TimeSeries
chart.TimeSeries
sets the legend text size, such as in chart.TimeSeries
sets the title text size, such as in chart.TimeSeries
This is really a wrapper for chart.TimeSeries, so several other attributes can also be passed.
Creates a plot of time on the x-axis and vertical lines for each period to indicate value on the y-axis.
chart.TimeSeries plot
# NOT RUN { data(edhec) chart.Bar(edhec[,"Funds of Funds"], main="Monthly Returns") # }
Run the code above in your browser using DataLab