plotRiskReturnScatter: Plot time series object in ggplot

Description Usage Arguments Value Examples

Description

Plot time series object in ggplot

Usage

1
2
3
plotRiskReturnScatter(xtsTimeSeriesObject, plotTitle,
  yTitle = "Annualized Return", xTitle = "Annualized Risk",
  riskType = "SD", interactive = FALSE)

Arguments

xtsTimeSeriesObject

an xts matrix of *returns*

plotTitle

character string of plot title

yTitle

character string of y-axis title; defaults to "Annualized Return"

xTitle

title for x-axis, defaults to "Annualized Risk"

interactive

logical, whether or not to render in plotly for interactive use of plot; defaults to FALSE

Value

a timeseries plot (ggplot)

Examples

1
none

erolbicero/propfolio documentation built on May 16, 2019, 8:48 a.m.