This function plots each stock's change through history, since inception, with weighted attributions or absolute values.
splot_change(
p,
s,
weighted = TRUE,
group = FALSE,
n_days = 365,
keep_old = FALSE,
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?
Integer. How many days back you want to see? sold entirely?
Boolean. Include sold tickers even though not currently in portfolio?
Boolean. Save plot into a local file?
ggplot object
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()