search for: distancetobord

Displaying 1 result from an estimated 1 matches for "distancetobord".

Did you mean: distancetoborder
2017 Oct 12
1
Recurrence plots in R using different colours
...s not reflect the nature of the recurrence. I hope that my explanation is clear enough. My procedure up until now has been: 1) perform a recurrence quantification analysis: testplot <- rqa(time.series = test$Code, embedding.dim = 1, time.lag = 1, radius = 0.1,lmin =2, vmin =2, distanceToBorder = 2, save.RM = TRUE, do.plot = TRUE) This plot is based on a TRUE FALSE sparse matrix. 2) Accordingly the next step was to transform this TRUE FALSE matrix to one that contains the values for the codes for TRUE and 0 for false: RP1 <- testplot$recurrence.matrix RP2 <- as.matrix(RP1)*1...