This function plots a summary for the whole portfolio, showing how much have you invested, how much has each ticker changed, etc.
splot_summary(p, s, save = FALSE)
Dataframe. Result from daily_portfolio()
Dataframe. Result from daily_stocks()
Boolean. Save plot into a local file?
ggplot object
Other Investment:
daily_portfolio()
,
daily_stocks()
,
etf_sector()
,
splot_change()
,
splot_divs()
,
splot_etf()
,
splot_growth()
,
splot_roi()
,
splot_types()
,
stocks_file()
,
stocks_obj()
,
stocks_quote()
,
stocks_report()
Other Investment Plots:
splot_change()
,
splot_divs()
,
splot_etf()
,
splot_growth()
,
splot_roi()
,
splot_types()