rp_plot | R Documentation |
Plot (thresholded) distance matrix as a recurrence plot
rp_plot(
RM,
plotDimensions = FALSE,
plotDimensionLegend = FALSE,
plotMeasures = FALSE,
plotRadiusRRbar = TRUE,
drawGrid = FALSE,
drawDiagonal = TRUE,
diagColour = "grey50",
drawNA = FALSE,
markEpochsLOI = NULL,
radiusValue = NA,
courseGrain = TRUE,
maxSize = 1000^2,
title = "",
xlabel = "",
ylabel = "",
plotSurrogate = NA,
returnOnlyObject = FALSE
)
RM |
A distance matrix or recurrence matrix, preferably generated by function rp or rn. |
plotDimensions |
Should the state vectors be plotted if they are available as attributes of RM (default = |
plotDimensionLegend |
If |
plotMeasures |
Print common (C)RQA measures in the plot if the matrix is binary (default = |
plotRadiusRRbar |
The |
drawGrid |
Draw a grid on the recurrence plot (default = |
drawDiagonal |
One usually omits the main diagonal, the Line Of Incidence (LOI) from the calculation of Auto-RQA measures., it is however common to plot it. Set to |
diagColour |
Colour of the main diagonal (default = |
drawNA |
Draw |
markEpochsLOI |
Pass a factor whose levels indicate different epochs or phases in the time series and use the line of identity to represent the levels by different colours (default = |
radiusValue |
If |
courseGrain |
Reduce the size of the matrix before plotting (greatly improves speed). If |
maxSize |
The maximum size of the matrix (cols x rows) above which the coursegraining function mat_coursegrain will be implemented if |
title |
A title for the plot |
xlabel |
An x-axis label |
ylabel |
An y-axis label |
plotSurrogate |
Should a 2-panel comparison plot based on surrogate time series be added? If |
returnOnlyObject |
Return the ggplot object only, do not draw the plot (default = |
A nice plot of the recurrence matrix.
Other Distance matrix operations (recurrence plot):
bandReplace()
,
createCorridor()
,
mat_di2bi()
,
mat_di2ch()
,
mat_di2we()
,
mat_hamming()
,
rp()
,
rp_lineDist()
,
rp_nzdiags()
,
rp_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.