RSI_graph {rshift} | R Documentation |
Regime Shift Index graph
Description
creates two graphs, one of data and one of the RSI, as seen in Rodionov (2004)
Usage
RSI_graph(data, col, time, rsi)
Arguments
data |
The dataframe that will be used. |
col |
The column we are measuring change on. |
time |
The column containing time units (e.g. age of a subsample) |
rsi |
The column containing RSI values (for best visualisation use Rodionov() with merge=TRUE) |
Value
Two graphs, one on top of the other; one of col against time and one of RSI against time.
Examples
RSI_graph(lake_RSI, "DCA1", "Age", "RSI")
[Package rshift version 3.0.0 Index]