plot.efficient.frontier: Efficient Frontier Plot

Description Usage Arguments See Also

Description

Plot the efficient frontier in return - standard deviation space

Usage

1
2
3
4
## S3 method for class 'efficient.frontier'
plot(x, y, ..., rf = 0, chartAssets = TRUE,
  labelAssets = TRUE, main = "Efficient Frontier", xlim = NULL,
  ylim = NULL, type = "l", pchAssets = 19, cexAssets = 0.8)

Arguments

x

object of class efficient.frontier created via efficientFrontier

y

not used

rf

risk free rate

chartAssets

TRUE/FALSE to include the assets in the plot

labelAssets

TRUE/FALSE to include the labels of the assets in the plot

main

a main title for the plot

xlim

set the x-axis limit, same as in plot

ylim

set the x-axis limit, same as in plot

type

what type of plot should be drawn, same as in plot

pchAssets

plotting character of the assets

cexAssets

numerical value giving the amount by which the asset points and labels should be magnified relative to the default.

...

passthrough parameters

See Also

efficientFrontier


GARPFRM documentation built on May 2, 2019, 5:45 p.m.