RSI_graph | R Documentation |
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)
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) |
mean_lines |
If true, add lines over the data indicating the mean of each regime. |
Two graphs, one on top of the other; one of col against time and one of RSI against time.
RSI_graph(lake_RSI, "DCA1", "Age", "RSI")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.