chart.Boxplot {PerformanceAnalytics} | R Documentation |
A wrapper to create box and whiskers plot, but with some sensible defaults useful for comparing distributions.
chart.Boxplot(R, horizontal = TRUE, ...)
R |
a vector, matrix, data frame, timeSeries or zoo object of asset returns |
horizontal |
TRUE/FALSE plot horizontal (TRUE) or vertical (FALSE) |
... |
any other passthru parameters |
Creates a box plot of returns with some defaults.
Peter Carl
data(edhec) chart.Boxplot(edhec)