plot.efTwoAsset: Efficient Frontier Plot

Description Usage Arguments

Description

Plot the efficient frontier in return - standard deviation space

Usage

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

Arguments

x

object of class efTwoAsset created via efficientFrontierTwoAsset

y

not used

chartAssets

TRUE/FALSE to include 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


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