This function plots each stock's change through history, since inception, with weighted attributions or absolute values.
splot_change(
p,
s,
rel = TRUE,
group = FALSE,
n_days = 365,
keep_old = FALSE,
save = FALSE
)
Dataframe. Result from daily_portfolio()
Dataframe. Result from daily_stocks()
Boolean. Relative delta values (weighted with portfolio)? If not, absolute monetary delta values.
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_divs()
,
splot_etf()
,
splot_growth()
,
splot_roi()
,
splot_summary()
,
splot_types()
,
stocks_file()
,
stocks_obj()
,
stocks_quote()
,
stocks_report()
Other Investment Plots:
splot_divs()
,
splot_etf()
,
splot_growth()
,
splot_roi()
,
splot_summary()
,
splot_types()