SimpleRP
Testing Recurrence Plots theory
Install / Use
/learn @agnaldoae/SimpleRPREADME
Instruction
The script recurrence_plot.py is a simple tool for creating Recurrence or Distance Plots.
<br>
The files t-series1.txt(one column data) and t-series2.csv(Excel spreadsheet) are examples of input data.
<br><br>
Usage:
- When your time series file is like
t-series1.txtyou can do:
python recurrence_plot -b t-series1.txt
The -b argument is used to indicate a Recurrence Plot will be created.<br>
To create a Distance Plot, just do:
python recurrence_plot t-series1.txt
- When your input data have more than one column, you must inform which column need to be load, e.g.:
python recurrence_plot -b --column 4 t-series2.csv
For more information, run the script without arguments or use -h.
