rp_diagProfile | R Documentation |
Diagonal Recurrence Profile
rp_diagProfile(
RM,
diagWin = NULL,
xname = "X-axis",
yname = "Y-axis",
theiler = 0,
DLmin = 2,
VLmin = 2,
HLmin = 2,
DLmax = length(Matrix::diag(RM)),
VLmax = length(Matrix::diag(RM)),
HLmax = length(Matrix::diag(RM)),
doShuffle = FALSE,
y1 = NULL,
y2 = NULL,
shuffleWhich = "y1",
Nshuffle = 19,
doEmbed = TRUE,
AUTO = NULL,
chromatic = FALSE,
matrices = FALSE,
doPlot = TRUE,
minY = 0.5,
returnOnlyPlot = FALSE
)
RM |
A binary recurrence matrix |
diagWin |
Window around the line of synchrony |
xname |
Label for x-axis |
yname |
Label for y-axis |
theiler |
Use a
|
DLmin |
Minimal diagonal line length (default = |
VLmin |
Minimal vertical line length (default = |
HLmin |
Minimal horizontal line length (default = |
DLmax |
Maximal diagonal line length (default = length of diagonal -1) |
VLmax |
Maximal vertical line length (default = length of diagonal -1) |
HLmax |
Maximal horizontal line length (default = length of diagonal -1) |
doShuffle |
Should a shuffled baseline be calculated (default = |
y1 |
The original |
y2 |
The original |
shuffleWhich |
Which of the time series should be shuffled: 'y1' or 'y2'? (default = 'y2') |
Nshuffle |
How many shuffled versions to make up the baseline? The default is |
doEmbed |
If |
AUTO |
Auto-recurrence? (default = |
chromatic |
Force chromatic RQA? (default = |
matrices |
Return matrices? (default = |
doPlot |
Plot (default = |
minY |
The minimum value of the Y-axis. The upper Y limit is determined by |
returnOnlyPlot |
Don't plot to graphics device, but do return the plot (default = |
A plot and/or the data for the plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.