plot_return_distribution: Plot Return Distribution

Description Usage Arguments Value Examples

View source: R/plot_return_distribution.R

Description

This function creates a ggplot histogram of the sampled portfolio distributions against an evenly weighted portfolio and the target portfolio

Usage

1

Arguments

returns

is a dataframe of portfolio returns

points

is the number of randomly sampled portfolios

Value

plot, a histogram of the returns distribution

Examples

1
2
3
4
## Not run: 
plot <- plot_return_distribution(returns, portfolio.weight)

## End(Not run)

jluby/portfoliowalkr documentation built on April 4, 2020, 1:46 a.m.