PortfolioAnalysis (version 1.0.6)

EfficientFrontier: Plot Efficient frontier

Description

Plots the efficient frontier for the security (mean-variance portfolios)

Usage

EfficientFrontier(
  asset.names,
  increment = 100,
  rf = 0,
  period = c("months", "weeks", "quarters", "years")
)

Arguments

asset.names

Vector of ticker of securities

increment

Number of portfolio to be generated, Default: 100

rf

Risk-free rate of return, Default: 0

period

Period for which the returns are calculated, Default: c("months", "weeks", "quarters", "years")

Value

Interactive plot of the effiecnt frontier for given security/funds

Details

Give and interactive effient frontier for given securities

Examples

Run this code
# NOT RUN {
EfficientFrontier(c('FXAIX', 'TIBFX'), period = 'weeks')
# }

Run the code above in your browser using DataLab