powered by
creates two graphs, one of data and one of the RSI, as seen in Rodionov (2004)
RSI_graph(data, col, time, rsi, mean_lines = FALSE)
Two graphs, one on top of the other; one of col against time and one of RSI against time.
The dataframe that will be used.
The column we are measuring change on.
The column containing time units (e.g. age of a subsample)
The column containing RSI values (for best visualisation use Rodionov() with merge=TRUE)
If true, add lines over the data indicating the mean of each regime.
RSI_graph(lake_RSI, "DCA1", "Age", "RSI")
Run the code above in your browser using DataLab