This function plots each stock's change through history, since inception, with weighted attributions or absolute values.
splot_change(p, s, weighted = TRUE, group = TRUE, save = FALSE)Dataframe. Result from daily_portfolio()
Dataframe. Result from daily_stocks()
Boolean. Should variation values be weighted to the portfolio (or simply compared with value since inception)?
Boolean. Group stocks by stocks type?
Boolean. Save plot into a local file?
Other Investment:
daily_portfolio(),
daily_stocks(),
etf_sector(),
splot_etf(),
splot_growth(),
splot_roi(),
splot_summary(),
splot_types(),
stocks_file(),
stocks_hist(),
stocks_obj(),
stocks_quote(),
stocks_report()
Other Investment Plots:
splot_etf(),
splot_growth(),
splot_roi(),
splot_summary(),
splot_types()