chart.Boxplot {PerformanceAnalytics}R Documentation

box whiskers plot wrapper, with sensible defaults

Description

A wrapper to create box and whiskers plot, but with some sensible defaults useful for comparing distributions.

Usage

chart.Boxplot(R, horizontal = TRUE, ...)

Arguments

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

Value

Creates a box plot of returns with some defaults.

Author(s)

Peter Carl

References

See Also

boxplot

Examples

data(edhec)
chart.Boxplot(edhec)

[Package PerformanceAnalytics version 0.9.5 Index]